#45DE56

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

Shades of Lime Green #45DE56

Tints of Lime Green #45DE56

Color information

#45DE56 (or 0x45DE56) is unknown color: approx Lime Green. HEX triplet: 45, DE and 56. RGB value is (69,222,86). Sum of RGB (Red+Green+Blue) = 69+222+86=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE56 is #BA21A9. Grayscale: #A1A1A1. Windows color (decimal): -12198314 or 5692997. OLE color: 5692997.

HSL color Cylindrical-coordinate representation of color #45DE56: hue angle of 126.67º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE56 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB6922286-
CMYK0.6900.610.13
HSL126.67º69.86%57.06%-
HSV(B)126.67º68.92%87.06%-
XYZ30.2654.1817.67-
YUV160.7585.8162.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 222 (87.11% from 255) = 58.89%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=18.30%
G=58.89%
B=22.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222860.6900.610.13126.6769.8657.06
Hex45DE564503DD7f4639
Octal1053361261050751517710671
Binary100010111011110101011010001010111101110111111111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,86); }

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

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

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

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

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

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

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