#32F136

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

Shades of Lime Green #32F136

Tints of Lime Green #32F136

Color information

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

HSL color Cylindrical-coordinate representation of color #32F136: hue angle of 121.26º 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 #32F136 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB5024154-
CMYK0.7900.780.05
HSL121.26º87.21%57.06%-
HSV(B)121.26º79.25%94.51%-
XYZ33.4463.8614.05-
YUV162.5766.7247.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50241540.7900.780.05121.2687.2157.06
Hex32F1364F04E5795739
Octal62361661170116517112771
Binary1100101111000111011010011110100111010111110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32F136; }

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

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

<style>
 a { background-color: #32F136; }

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

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

<style>
 span { border-color: #32F136; }

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

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