#36F132

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

Shades of Lime Green #36F132

Tints of Lime Green #36F132

Color information

#36F132 (or 0x36F132) is unknown color: approx Lime Green. HEX triplet: 36, F1 and 32. RGB value is (54,241,50). Sum of RGB (Red+Green+Blue) = 54+241+50=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #36F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F132 is #C90ECD. Grayscale: #A3A3A3. Windows color (decimal): -13176526 or 3338550. OLE color: 3338550.

HSL color Cylindrical-coordinate representation of color #36F132: hue angle of 118.74º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36F132 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB5424150-
CMYK0.7800.790.05
HSL118.74º87.21%57.06%-
HSV(B)118.74º79.25%94.51%-
XYZ33.5563.9313.59-
YUV163.3164.0550.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 241 (94.53% from 255) = 69.86%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=15.65%
G=69.86%
B=14.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal54241500.7800.790.05118.7487.2157.06
Hex36F1324E04F5775739
Octal66361621160117516712771
Binary1101101111000111001010011100100111110111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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