#45D84D

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

Shades of Lime Green #45D84D

Tints of Lime Green #45D84D

Color information

#45D84D (or 0x45D84D) is unknown color: approx Lime Green. HEX triplet: 45, D8 and 4D. RGB value is (69,216,77). Sum of RGB (Red+Green+Blue) = 69+216+77=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #45D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D84D is #BA27B2. Grayscale: #9C9C9C. Windows color (decimal): -12199859 or 5101637. OLE color: 5101637.

HSL color Cylindrical-coordinate representation of color #45D84D: hue angle of 123.27º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D84D is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB6921677-
CMYK0.6800.640.15
HSL123.27º65.33%55.88%-
HSV(B)123.27º68.06%84.71%-
XYZ28.3550.9115.35-
YUV156.283.365.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 216 (84.77% from 255) = 59.67%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=19.06%
G=59.67%
B=21.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69216770.6800.640.15123.2765.3355.88
Hex45D84D44040F7b4138
Octal10533011510401001717310170
Binary1000101110110001001101100010001000000111111110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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