Shades of Lime Green #32EF27
Tints of Lime Green #32EF27
RGB
CMYK
RGB Variations
Color information
#32EF27 (or 0x32EF27) is known color: Lime Green. HEX triplet: 32, EF and 27. RGB value is (50,239,39). Sum of RGB (Red+Green+Blue) = 50+239+39=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 239 (93.75% from 255 or 72.87% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF27 is #CD10D8. Grayscale: #A0A0A0. Windows color (decimal): -13439193 or 2617138. OLE color: 2617138.
HSL color Cylindrical-coordinate representation of color #32EF27: hue angle of 116.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EF27 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 39 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.06 |
| HSL | 116.7º | 0.86% | 0.55% | - |
| HSV(B) | 116.7º | 0.84% | 0.94% | - |
| XYZ | 32.55 | 62.56 | 12.28 | - |
| YUV | 159.69 | 59.88 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 39 | 0.79 | 0 | 0.84 | 0.06 | 116.7 | 0.86 | 0.55 |
| Hex | 32 | EF | 27 | 4F | 0 | 54 | 6 | 75 | 56 | 37 |
| Octal | 62 | 357 | 47 | 117 | 0 | 124 | 6 | 165 | 126 | 67 |
| Binary | 110010 | 11101111 | 100111 | 1001111 | 0 | 1010100 | 110 | 1110101 | 1010110 | 110111 |
Color Harmonies of #32EF27
Complementary color
Monochromatic Colors of #32EF27
Black with #32EF27
Text Example
Text Example
White with #32EF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF27; }
p { color: rgb(50,239,39); }
H1.HeaderClassName
{
color: #32EF27;
}
.AnyTagClassName
{
color: #32EF27;
}
</style>
background-color css
<style>
a { background-color: #32EF27; }
a { background-color: rgb(50,239,39); }
div.DivClassName
{
background-color: #32EF27;
}
.BgClassName
{
background-color: #32EF27;
}
</style>
border-color css
<style>
span { border-color: #32EF27; }
span { border-color: rgb(50,239,39); }
td.TdClassName
{
border-color: #32EF27;
}
.TagClassName
{
border-color: #32EF27;
}
</style>