Shades of Lime Green #32EE4F
Tints of Lime Green #32EE4F
RGB
CMYK
RGB Variations
Color information
#32EE4F (or 0x32EE4F) is known color: Lime Green. HEX triplet: 32, EE and 4F. RGB value is (50,238,79). Sum of RGB (Red+Green+Blue) = 50+238+79=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 238 (93.36% from 255 or 64.85% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EE4F is #CD11B0. Grayscale: #A4A4A4. Windows color (decimal): -13439409 or 5238322. OLE color: 5238322.
HSL color Cylindrical-coordinate representation of color #32EE4F: hue angle of 129.26º 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 #32EE4F is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 79 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.07 |
| HSL | 129.26º | 0.85% | 0.56% | - |
| HSV(B) | 129.26º | 0.79% | 0.93% | - |
| XYZ | 33.3 | 62.39 | 17.68 | - |
| YUV | 163.66 | 80.22 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 79 | 0.79 | 0 | 0.67 | 0.07 | 129.26 | 0.85 | 0.56 |
| Hex | 32 | EE | 4F | 4F | 0 | 43 | 7 | 81 | 55 | 38 |
| Octal | 62 | 356 | 117 | 117 | 0 | 103 | 7 | 201 | 125 | 70 |
| Binary | 110010 | 11101110 | 1001111 | 1001111 | 0 | 1000011 | 111 | 10000001 | 1010101 | 111000 |
Color Harmonies of #32EE4F
Complementary color
Monochromatic Colors of #32EE4F
Black with #32EE4F
Text Example
Text Example
White with #32EE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE4F; }
p { color: rgb(50,238,79); }
H1.HeaderClassName
{
color: #32EE4F;
}
.AnyTagClassName
{
color: #32EE4F;
}
</style>
background-color css
<style>
a { background-color: #32EE4F; }
a { background-color: rgb(50,238,79); }
div.DivClassName
{
background-color: #32EE4F;
}
.BgClassName
{
background-color: #32EE4F;
}
</style>
border-color css
<style>
span { border-color: #32EE4F; }
span { border-color: rgb(50,238,79); }
td.TdClassName
{
border-color: #32EE4F;
}
.TagClassName
{
border-color: #32EE4F;
}
</style>