#36c132

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

Shades of Lime Green #36C132

Tints of Lime Green #36C132

Color information

#36C132 (or 0x36C132) is unknown color: approx Lime Green. HEX triplet: 36, C1 and 32. RGB value is (54,193,50). Sum of RGB (Red+Green+Blue) = 54+193+50=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #36C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C132 is #C93ECD. Grayscale: #878787. Windows color (decimal): -13188814 or 3326262. OLE color: 3326262.

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

Color convert

RGB5419350-
CMYK0.7200.740.24
HSL118.32º58.85%47.65%-
HSV(B)118.32º74.09%75.69%-
XYZ21.1739.159.46-
YUV135.1479.9570.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=18.18%
G=64.98%
B=16.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54193500.7200.740.24118.3258.8547.65
Hex36C1324804A18763b30
Octal66301621100112301667360
Binary11011011000001110010100100001001010110001110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36c132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,193,50); }

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

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

 a { background-color: rgb(54,193,50); }

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

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

 span { border-color: rgb(54,193,50); }

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