Shades of Lime Green #32F126
Tints of Lime Green #32F126
RGB
CMYK
RGB Variations
Color information
#32F126 (or 0x32F126) is known color: Lime Green. HEX triplet: 32, F1 and 26. RGB value is (50,241,38). Sum of RGB (Red+Green+Blue) = 50+241+38=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #32F126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F126 is #CD0ED9. Grayscale: #A1A1A1. Windows color (decimal): -13438682 or 2552114. OLE color: 2552114.
HSL color Cylindrical-coordinate representation of color #32F126: hue angle of 116.45º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32F126 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 38 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.05 |
| HSL | 116.45º | 0.88% | 0.55% | - |
| HSV(B) | 116.45º | 0.84% | 0.95% | - |
| XYZ | 33.12 | 63.73 | 12.39 | - |
| YUV | 160.75 | 58.72 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 38 | 0.79 | 0 | 0.84 | 0.05 | 116.45 | 0.88 | 0.55 |
| Hex | 32 | F1 | 26 | 4F | 0 | 54 | 5 | 74 | 58 | 37 |
| Octal | 62 | 361 | 46 | 117 | 0 | 124 | 5 | 164 | 130 | 67 |
| Binary | 110010 | 11110001 | 100110 | 1001111 | 0 | 1010100 | 101 | 1110100 | 1011000 | 110111 |
Color Harmonies of #32F126
Complementary color
Monochromatic Colors of #32F126
Black with #32F126
Text Example
Text Example
White with #32F126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F126; }
p { color: rgb(50,241,38); }
H1.HeaderClassName
{
color: #32F126;
}
.AnyTagClassName
{
color: #32F126;
}
</style>
background-color css
<style>
a { background-color: #32F126; }
a { background-color: rgb(50,241,38); }
div.DivClassName
{
background-color: #32F126;
}
.BgClassName
{
background-color: #32F126;
}
</style>
border-color css
<style>
span { border-color: #32F126; }
span { border-color: rgb(50,241,38); }
td.TdClassName
{
border-color: #32F126;
}
.TagClassName
{
border-color: #32F126;
}
</style>