#36E052

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

Shades of Lime Green #36E052

Tints of Lime Green #36E052

Color information

#36E052 (or 0x36E052) is unknown color: approx Lime Green. HEX triplet: 36, E0 and 52. RGB value is (54,224,82). Sum of RGB (Red+Green+Blue) = 54+224+82=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #36E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36E052 is #C91FAD. Grayscale: #9D9D9D. Windows color (decimal): -13180846 or 5431350. OLE color: 5431350.

HSL color Cylindrical-coordinate representation of color #36E052: hue angle of 129.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E052 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB5422482-
CMYK0.7600.630.12
HSL129.88º73.28%54.51%-
HSV(B)129.88º75.89%87.84%-
XYZ29.754.716.98-
YUV156.9885.6854.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 224 (87.89% from 255) = 62.22%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=15%
G=62.22%
B=22.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54224820.7600.630.12129.8873.2854.51
Hex36E0524C03FC824937
Octal663401221140771420211167
Binary110110111000001010010100110001111111100100000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36E052; }

 p { color: rgb(54,224,82); }

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

<style>
 a { background-color: #36E052; }

 a { background-color: rgb(54,224,82); }

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

<style>
 span { border-color: #36E052; }

 span { border-color: rgb(54,224,82); }

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