#45D845

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

Shades of Lime Green #45D845

Tints of Lime Green #45D845

Color information

#45D845 (or 0x45D845) is unknown color: approx Lime Green. HEX triplet: 45, D8 and 45. RGB value is (69,216,69). Sum of RGB (Red+Green+Blue) = 69+216+69=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #45D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D845 is #BA27BA. Grayscale: #9B9B9B. Windows color (decimal): -12199867 or 4577349. OLE color: 4577349.

HSL color Cylindrical-coordinate representation of color #45D845: hue angle of 120º 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 #45D845 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB6921669-
CMYK0.6800.680.15
HSL120º65.33%55.88%-
HSV(B)120º68.06%84.71%-
XYZ28.0850.8113.96-
YUV155.2979.366.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.49%
GREEN value IS 216 (84.77% from 255) = 61.02%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=19.49%
G=61.02%
B=19.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69216690.6800.680.1512065.3355.88
Hex45D84544044F784138
Octal10533010510401041717010170
Binary1000101110110001000101100010001000100111111110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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