#45CD4D

Color #45CD4D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #45CD4D

Tints of Lime Green #45CD4D

Color information

#45CD4D (or 0x45CD4D) is unknown color: approx Lime Green. HEX triplet: 45, CD and 4D. RGB value is (69,205,77). Sum of RGB (Red+Green+Blue) = 69+205+77=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD4D is #BA32B2. Grayscale: #969696. Windows color (decimal): -12202675 or 5098821. OLE color: 5098821.

HSL color Cylindrical-coordinate representation of color #45CD4D: hue angle of 123.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CD4D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB6920577-
CMYK0.6600.620.20
HSL123.53º57.63%53.73%-
HSV(B)123.53º66.34%80.39%-
XYZ25.6345.4614.45-
YUV149.7486.9470.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 205 (80.47% from 255) = 58.40%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=19.66%
G=58.40%
B=21.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69205770.6600.620.20123.5357.6353.73
Hex45CD4D4203E147c3a36
Octal105315115102076241747266
Binary100010111001101100110110000100111110101001111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45CD4D; }

 p { color: rgb(69,205,77); }

 H1.HeaderClassName
 {
   color: #45CD4D;
 }
 .AnyTagClassName
 {
   color: #45CD4D;
 }
</style>
background-color css

<style>
 a { background-color: #45CD4D; }

 a { background-color: rgb(69,205,77); }

 div.DivClassName
 {
   background-color: #45CD4D;
 }
 .BgClassName
 {
   background-color: #45CD4D;
 }
</style>
border-color css

<style>
 span { border-color: #45CD4D; }

 span { border-color: rgb(69,205,77); }

 td.TdClassName
 {
   border-color: #45CD4D;
 }
 .TagClassName
 {
   border-color: #45CD4D;
 }
</style>