Shades of Lime Green #32EE41
Tints of Lime Green #32EE41
RGB
CMYK
RGB Variations
Color information
#32EE41 (or 0x32EE41) is known color: Lime Green. HEX triplet: 32, EE and 41. RGB value is (50,238,65). Sum of RGB (Red+Green+Blue) = 50+238+65=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EE41 is #CD11BE. Grayscale: #A2A2A2. Windows color (decimal): -13439423 or 4320818. OLE color: 4320818.
HSL color Cylindrical-coordinate representation of color #32EE41: hue angle of 124.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EE41 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 65 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.07 |
| HSL | 124.79º | 0.85% | 0.56% | - |
| HSV(B) | 124.79º | 0.79% | 0.93% | - |
| XYZ | 32.84 | 62.21 | 15.28 | - |
| YUV | 162.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 65 | 0.79 | 0 | 0.73 | 0.07 | 124.79 | 0.85 | 0.56 |
| Hex | 32 | EE | 41 | 4F | 0 | 49 | 7 | 7D | 55 | 38 |
| Octal | 62 | 356 | 101 | 117 | 0 | 111 | 7 | 175 | 125 | 70 |
| Binary | 110010 | 11101110 | 1000001 | 1001111 | 0 | 1001001 | 111 | 1111101 | 1010101 | 111000 |
Color Harmonies of #32EE41
Complementary color
Monochromatic Colors of #32EE41
Black with #32EE41
Text Example
Text Example
White with #32EE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE41; }
p { color: rgb(50,238,65); }
H1.HeaderClassName
{
color: #32EE41;
}
.AnyTagClassName
{
color: #32EE41;
}
</style>
background-color css
<style>
a { background-color: #32EE41; }
a { background-color: rgb(50,238,65); }
div.DivClassName
{
background-color: #32EE41;
}
.BgClassName
{
background-color: #32EE41;
}
</style>
border-color css
<style>
span { border-color: #32EE41; }
span { border-color: rgb(50,238,65); }
td.TdClassName
{
border-color: #32EE41;
}
.TagClassName
{
border-color: #32EE41;
}
</style>