Shades of Lime Green #32F12F
Tints of Lime Green #32F12F
RGB
CMYK
RGB Variations
Color information
#32F12F (or 0x32F12F) is known color: Lime Green. HEX triplet: 32, F1 and 2F. RGB value is (50,241,47). Sum of RGB (Red+Green+Blue) = 50+241+47=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #32F12F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F12F is #CD0ED0. Grayscale: #A2A2A2. Windows color (decimal): -13438673 or 3141938. OLE color: 3141938.
HSL color Cylindrical-coordinate representation of color #32F12F: hue angle of 119.07º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F12F is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 47 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.05 |
| HSL | 119.07º | 0.87% | 0.56% | - |
| HSV(B) | 119.07º | 0.8% | 0.95% | - |
| XYZ | 33.28 | 63.79 | 13.25 | - |
| YUV | 161.78 | 63.22 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 47 | 0.79 | 0 | 0.80 | 0.05 | 119.07 | 0.87 | 0.56 |
| Hex | 32 | F1 | 2F | 4F | 0 | 50 | 5 | 77 | 57 | 38 |
| Octal | 62 | 361 | 57 | 117 | 0 | 120 | 5 | 167 | 127 | 70 |
| Binary | 110010 | 11110001 | 101111 | 1001111 | 0 | 1010000 | 101 | 1110111 | 1010111 | 111000 |
Color Harmonies of #32F12F
Complementary color
Monochromatic Colors of #32F12F
Black with #32F12F
Text Example
Text Example
White with #32F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F12F; }
p { color: rgb(50,241,47); }
H1.HeaderClassName
{
color: #32F12F;
}
.AnyTagClassName
{
color: #32F12F;
}
</style>
background-color css
<style>
a { background-color: #32F12F; }
a { background-color: rgb(50,241,47); }
div.DivClassName
{
background-color: #32F12F;
}
.BgClassName
{
background-color: #32F12F;
}
</style>
border-color css
<style>
span { border-color: #32F12F; }
span { border-color: rgb(50,241,47); }
td.TdClassName
{
border-color: #32F12F;
}
.TagClassName
{
border-color: #32F12F;
}
</style>