Shades of Lime Green #32F12B
Tints of Lime Green #32F12B
RGB
CMYK
RGB Variations
Color information
#32F12B (or 0x32F12B) is known color: Lime Green. HEX triplet: 32, F1 and 2B. RGB value is (50,241,43). Sum of RGB (Red+Green+Blue) = 50+241+43=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #32F12B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F12B is #CD0ED4. Grayscale: #A1A1A1. Windows color (decimal): -13438677 or 2879794. OLE color: 2879794.
HSL color Cylindrical-coordinate representation of color #32F12B: hue angle of 117.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32F12B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 43 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.05 |
| HSL | 117.88º | 0.88% | 0.56% | - |
| HSV(B) | 117.88º | 0.82% | 0.95% | - |
| XYZ | 33.21 | 63.76 | 12.84 | - |
| YUV | 161.32 | 61.22 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 43 | 0.79 | 0 | 0.82 | 0.05 | 117.88 | 0.88 | 0.56 |
| Hex | 32 | F1 | 2B | 4F | 0 | 52 | 5 | 76 | 58 | 38 |
| Octal | 62 | 361 | 53 | 117 | 0 | 122 | 5 | 166 | 130 | 70 |
| Binary | 110010 | 11110001 | 101011 | 1001111 | 0 | 1010010 | 101 | 1110110 | 1011000 | 111000 |
Color Harmonies of #32F12B
Complementary color
Monochromatic Colors of #32F12B
Black with #32F12B
Text Example
Text Example
White with #32F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F12B; }
p { color: rgb(50,241,43); }
H1.HeaderClassName
{
color: #32F12B;
}
.AnyTagClassName
{
color: #32F12B;
}
</style>
background-color css
<style>
a { background-color: #32F12B; }
a { background-color: rgb(50,241,43); }
div.DivClassName
{
background-color: #32F12B;
}
.BgClassName
{
background-color: #32F12B;
}
</style>
border-color css
<style>
span { border-color: #32F12B; }
span { border-color: rgb(50,241,43); }
td.TdClassName
{
border-color: #32F12B;
}
.TagClassName
{
border-color: #32F12B;
}
</style>