#36C526

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

Shades of Lime Green #36C526

Tints of Lime Green #36C526

Color information

#36C526 (or 0x36C526) is unknown color: approx Lime Green. HEX triplet: 36, C5 and 26. RGB value is (54,197,38). Sum of RGB (Red+Green+Blue) = 54+197+38=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #36C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C526 is #C93AD9. Grayscale: #888888. Windows color (decimal): -13187802 or 2540854. OLE color: 2540854.

HSL color Cylindrical-coordinate representation of color #36C526: hue angle of 113.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36C526 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB5419738-
CMYK0.7300.810.23
HSL113.96º67.66%46.08%-
HSV(B)113.96º80.71%77.25%-
XYZ21.8440.868.57-
YUV136.1272.6269.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 197 (77.34% from 255) = 68.17%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=18.69%
G=68.17%
B=13.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54197380.7300.810.23113.9667.6646.08
Hex36C526490511772442e
Octal663054611101212716210456
Binary110110110001011001101001001010100011011111100101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,197,38); }

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

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

 a { background-color: rgb(54,197,38); }

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

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

 span { border-color: rgb(54,197,38); }

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