#45D145

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

Shades of Lime Green #45D145

Tints of Lime Green #45D145

Color information

#45D145 (or 0x45D145) is unknown color: approx Lime Green. HEX triplet: 45, D1 and 45. RGB value is (69,209,69). Sum of RGB (Red+Green+Blue) = 69+209+69=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #45D145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D145 is #BA2EBA. Grayscale: #979797. Windows color (decimal): -12201659 or 4575557. OLE color: 4575557.

HSL color Cylindrical-coordinate representation of color #45D145: hue angle of 120º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D145 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB6920969-
CMYK0.6700.670.18
HSL120º60.34%54.51%-
HSV(B)120º66.99%81.96%-
XYZ26.3347.313.37-
YUV151.1881.6269.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 209 (82.03% from 255) = 60.23%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=19.88%
G=60.23%
B=19.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69209690.6700.670.1812060.3454.51
Hex45D1454304312783c37
Octal1053211051030103221707467
Binary1000101110100011000101100001101000011100101111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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