#45DC51

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

Shades of Lime Green #45DC51

Tints of Lime Green #45DC51

Color information

#45DC51 (or 0x45DC51) is unknown color: approx Lime Green. HEX triplet: 45, DC and 51. RGB value is (69,220,81). Sum of RGB (Red+Green+Blue) = 69+220+81=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DC51 is #BA23AE. Grayscale: #9F9F9F. Windows color (decimal): -12198831 or 5364805. OLE color: 5364805.

HSL color Cylindrical-coordinate representation of color #45DC51: hue angle of 124.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC51 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB6922081-
CMYK0.6900.630.14
HSL124.77º68.33%56.67%-
HSV(B)124.77º68.64%86.27%-
XYZ29.5353.0516.47-
YUV15983.9763.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 220 (86.33% from 255) = 59.46%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=18.65%
G=59.46%
B=21.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal69220810.6900.630.14124.7768.3356.67
Hex45DC514503FE7d4439
Octal1053341211050771617510471
Binary100010111011100101000110001010111111111011111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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