Shades of Lime Green #32EE25
Tints of Lime Green #32EE25
RGB
CMYK
RGB Variations
Color information
#32EE25 (or 0x32EE25) is known color: Lime Green. HEX triplet: 32, EE and 25. RGB value is (50,238,37). Sum of RGB (Red+Green+Blue) = 50+238+37=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EE25 is #CD11DA. Grayscale: #9F9F9F. Windows color (decimal): -13439451 or 2485810. OLE color: 2485810.
HSL color Cylindrical-coordinate representation of color #32EE25: hue angle of 116.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EE25 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 37 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.07 |
| HSL | 116.12º | 0.86% | 0.54% | - |
| HSV(B) | 116.12º | 0.84% | 0.93% | - |
| XYZ | 32.22 | 61.96 | 12.01 | - |
| YUV | 158.87 | 59.22 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 37 | 0.79 | 0 | 0.84 | 0.07 | 116.12 | 0.86 | 0.54 |
| Hex | 32 | EE | 25 | 4F | 0 | 54 | 7 | 74 | 56 | 36 |
| Octal | 62 | 356 | 45 | 117 | 0 | 124 | 7 | 164 | 126 | 66 |
| Binary | 110010 | 11101110 | 100101 | 1001111 | 0 | 1010100 | 111 | 1110100 | 1010110 | 110110 |
Color Harmonies of #32EE25
Complementary color
Monochromatic Colors of #32EE25
Black with #32EE25
Text Example
Text Example
White with #32EE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE25; }
p { color: rgb(50,238,37); }
H1.HeaderClassName
{
color: #32EE25;
}
.AnyTagClassName
{
color: #32EE25;
}
</style>
background-color css
<style>
a { background-color: #32EE25; }
a { background-color: rgb(50,238,37); }
div.DivClassName
{
background-color: #32EE25;
}
.BgClassName
{
background-color: #32EE25;
}
</style>
border-color css
<style>
span { border-color: #32EE25; }
span { border-color: rgb(50,238,37); }
td.TdClassName
{
border-color: #32EE25;
}
.TagClassName
{
border-color: #32EE25;
}
</style>