Shades of Lime Green #32EA26
Tints of Lime Green #32EA26
RGB
CMYK
RGB Variations
Color information
#32EA26 (or 0x32EA26) is known color: Lime Green. HEX triplet: 32, EA and 26. RGB value is (50,234,38). Sum of RGB (Red+Green+Blue) = 50+234+38=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA26 is #CD15D9. Grayscale: #9D9D9D. Windows color (decimal): -13440474 or 2550322. OLE color: 2550322.
HSL color Cylindrical-coordinate representation of color #32EA26: hue angle of 116.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EA26 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 38 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.08 |
| HSL | 116.33º | 0.82% | 0.53% | - |
| HSV(B) | 116.33º | 0.84% | 0.92% | - |
| XYZ | 31.09 | 59.66 | 11.71 | - |
| YUV | 156.64 | 61.04 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 38 | 0.79 | 0 | 0.84 | 0.08 | 116.33 | 0.82 | 0.53 |
| Hex | 32 | EA | 26 | 4F | 0 | 54 | 8 | 74 | 52 | 35 |
| Octal | 62 | 352 | 46 | 117 | 0 | 124 | 10 | 164 | 122 | 65 |
| Binary | 110010 | 11101010 | 100110 | 1001111 | 0 | 1010100 | 1000 | 1110100 | 1010010 | 110101 |
Color Harmonies of #32EA26
Complementary color
Monochromatic Colors of #32EA26
Black with #32EA26
Text Example
Text Example
White with #32EA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA26; }
p { color: rgb(50,234,38); }
H1.HeaderClassName
{
color: #32EA26;
}
.AnyTagClassName
{
color: #32EA26;
}
</style>
background-color css
<style>
a { background-color: #32EA26; }
a { background-color: rgb(50,234,38); }
div.DivClassName
{
background-color: #32EA26;
}
.BgClassName
{
background-color: #32EA26;
}
</style>
border-color css
<style>
span { border-color: #32EA26; }
span { border-color: rgb(50,234,38); }
td.TdClassName
{
border-color: #32EA26;
}
.TagClassName
{
border-color: #32EA26;
}
</style>