Shades of Lime Green #32EF26
Tints of Lime Green #32EF26
RGB
CMYK
RGB Variations
Color information
#32EF26 (or 0x32EF26) is known color: Lime Green. HEX triplet: 32, EF and 26. RGB value is (50,239,38). Sum of RGB (Red+Green+Blue) = 50+239+38=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF26 is #CD10D9. Grayscale: #A0A0A0. Windows color (decimal): -13439194 or 2551602. OLE color: 2551602.
HSL color Cylindrical-coordinate representation of color #32EF26: hue angle of 116.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EF26 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 38 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.06 |
| HSL | 116.42º | 0.86% | 0.54% | - |
| HSV(B) | 116.42º | 0.84% | 0.94% | - |
| XYZ | 32.53 | 62.55 | 12.19 | - |
| YUV | 159.58 | 59.38 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 38 | 0.79 | 0 | 0.84 | 0.06 | 116.42 | 0.86 | 0.54 |
| Hex | 32 | EF | 26 | 4F | 0 | 54 | 6 | 74 | 56 | 36 |
| Octal | 62 | 357 | 46 | 117 | 0 | 124 | 6 | 164 | 126 | 66 |
| Binary | 110010 | 11101111 | 100110 | 1001111 | 0 | 1010100 | 110 | 1110100 | 1010110 | 110110 |
Color Harmonies of #32EF26
Complementary color
Monochromatic Colors of #32EF26
Black with #32EF26
Text Example
Text Example
White with #32EF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF26; }
p { color: rgb(50,239,38); }
H1.HeaderClassName
{
color: #32EF26;
}
.AnyTagClassName
{
color: #32EF26;
}
</style>
background-color css
<style>
a { background-color: #32EF26; }
a { background-color: rgb(50,239,38); }
div.DivClassName
{
background-color: #32EF26;
}
.BgClassName
{
background-color: #32EF26;
}
</style>
border-color css
<style>
span { border-color: #32EF26; }
span { border-color: rgb(50,239,38); }
td.TdClassName
{
border-color: #32EF26;
}
.TagClassName
{
border-color: #32EF26;
}
</style>