#36C352

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

Shades of Lime Green #36C352

Tints of Lime Green #36C352

Color information

#36C352 (or 0x36C352) is unknown color: approx Lime Green. HEX triplet: 36, C3 and 52. RGB value is (54,195,82). Sum of RGB (Red+Green+Blue) = 54+195+82=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #36C352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C352 is #C93CAD. Grayscale: #8C8C8C. Windows color (decimal): -13188270 or 5423926. OLE color: 5423926.

HSL color Cylindrical-coordinate representation of color #36C352: hue angle of 131.91º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C352 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB5419582-
CMYK0.7200.580.24
HSL131.91º56.63%48.82%-
HSV(B)131.91º72.31%76.47%-
XYZ22.5640.4214.6-
YUV139.9695.2966.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=16.31%
G=58.91%
B=24.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54195820.7200.580.24131.9156.6348.82
Hex36C3524803A18843931
Octal66303122110072302047161
Binary110110110000111010010100100001110101100010000100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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