#45D851

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

Shades of Lime Green #45D851

Tints of Lime Green #45D851

Color information

#45D851 (or 0x45D851) is unknown color: approx Lime Green. HEX triplet: 45, D8 and 51. RGB value is (69,216,81). Sum of RGB (Red+Green+Blue) = 69+216+81=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #45D851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D851 is #BA27AE. Grayscale: #9D9D9D. Windows color (decimal): -12199855 or 5363781. OLE color: 5363781.

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

Color convert

RGB6921681-
CMYK0.6800.620.15
HSL124.9º65.33%55.88%-
HSV(B)124.9º68.06%84.71%-
XYZ28.550.9716.12-
YUV156.6685.365.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 216 (84.77% from 255) = 59.02%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=18.85%
G=59.02%
B=22.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69216810.6800.620.15124.965.3355.88
Hex45D8514403EF7d4138
Octal1053301211040761717510170
Binary100010111011000101000110001000111110111111111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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