Shades of Lime Green #32EF28
Tints of Lime Green #32EF28
RGB
CMYK
RGB Variations
Color information
#32EF28 (or 0x32EF28) is known color: Lime Green. HEX triplet: 32, EF and 28. RGB value is (50,239,40). Sum of RGB (Red+Green+Blue) = 50+239+40=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 239 (93.75% from 255 or 72.64% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF28 is #CD10D7. Grayscale: #A0A0A0. Windows color (decimal): -13439192 or 2682674. OLE color: 2682674.
HSL color Cylindrical-coordinate representation of color #32EF28: hue angle of 116.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32EF28 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 40 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.06 |
| HSL | 116.98º | 0.86% | 0.55% | - |
| HSV(B) | 116.98º | 0.83% | 0.94% | - |
| XYZ | 32.56 | 62.56 | 12.37 | - |
| YUV | 159.8 | 60.38 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 40 | 0.79 | 0 | 0.83 | 0.06 | 116.98 | 0.86 | 0.55 |
| Hex | 32 | EF | 28 | 4F | 0 | 53 | 6 | 75 | 56 | 37 |
| Octal | 62 | 357 | 50 | 117 | 0 | 123 | 6 | 165 | 126 | 67 |
| Binary | 110010 | 11101111 | 101000 | 1001111 | 0 | 1010011 | 110 | 1110101 | 1010110 | 110111 |
Color Harmonies of #32EF28
Complementary color
Monochromatic Colors of #32EF28
Black with #32EF28
Text Example
Text Example
White with #32EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF28; }
p { color: rgb(50,239,40); }
H1.HeaderClassName
{
color: #32EF28;
}
.AnyTagClassName
{
color: #32EF28;
}
</style>
background-color css
<style>
a { background-color: #32EF28; }
a { background-color: rgb(50,239,40); }
div.DivClassName
{
background-color: #32EF28;
}
.BgClassName
{
background-color: #32EF28;
}
</style>
border-color css
<style>
span { border-color: #32EF28; }
span { border-color: rgb(50,239,40); }
td.TdClassName
{
border-color: #32EF28;
}
.TagClassName
{
border-color: #32EF28;
}
</style>