Shades of Lime Green #32EB2F
Tints of Lime Green #32EB2F
RGB
CMYK
RGB Variations
Color information
#32EB2F (or 0x32EB2F) is known color: Lime Green. HEX triplet: 32, EB and 2F. RGB value is (50,235,47). Sum of RGB (Red+Green+Blue) = 50+235+47=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 235 (92.19% from 255 or 70.78% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB2F is #CD14D0. Grayscale: #9E9E9E. Windows color (decimal): -13440209 or 3140402. OLE color: 3140402.
HSL color Cylindrical-coordinate representation of color #32EB2F: hue angle of 119.04º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EB2F is Cyan = 0.79, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 47 | - |
| CMYK | 0.79 | 0 | 0.8 | 0.08 |
| HSL | 119.04º | 0.82% | 0.55% | - |
| HSV(B) | 119.04º | 0.8% | 0.92% | - |
| XYZ | 31.54 | 60.3 | 12.67 | - |
| YUV | 158.25 | 65.21 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 47 | 0.79 | 0 | 0.8 | 0.08 | 119.04 | 0.82 | 0.55 |
| Hex | 32 | EB | 2F | 4F | 0 | 50 | 8 | 77 | 52 | 37 |
| Octal | 62 | 353 | 57 | 117 | 0 | 120 | 10 | 167 | 122 | 67 |
| Binary | 110010 | 11101011 | 101111 | 1001111 | 0 | 1010000 | 1000 | 1110111 | 1010010 | 110111 |
Color Harmonies of #32EB2F
Complementary color
Monochromatic Colors of #32EB2F
Black with #32EB2F
Text Example
Text Example
White with #32EB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB2F; }
p { color: rgb(50,235,47); }
H1.HeaderClassName
{
color: #32EB2F;
}
.AnyTagClassName
{
color: #32EB2F;
}
</style>
background-color css
<style>
a { background-color: #32EB2F; }
a { background-color: rgb(50,235,47); }
div.DivClassName
{
background-color: #32EB2F;
}
.BgClassName
{
background-color: #32EB2F;
}
</style>
border-color css
<style>
span { border-color: #32EB2F; }
span { border-color: rgb(50,235,47); }
td.TdClassName
{
border-color: #32EB2F;
}
.TagClassName
{
border-color: #32EB2F;
}
</style>