Shades of Lime Green #32EB1E
Tints of Lime Green #32EB1E
RGB
CMYK
RGB Variations
Color information
#32EB1E (or 0x32EB1E) is known color: Lime Green. HEX triplet: 32, EB and 1E. RGB value is (50,235,30). Sum of RGB (Red+Green+Blue) = 50+235+30=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB1E is #CD14E1. Grayscale: #9C9C9C. Windows color (decimal): -13440226 or 2026290. OLE color: 2026290.
HSL color Cylindrical-coordinate representation of color #32EB1E: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32EB1E is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 30 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.08 |
| HSL | 114.15º | 0.84% | 0.52% | - |
| HSV(B) | 114.15º | 0.87% | 0.92% | - |
| XYZ | 31.26 | 60.19 | 11.2 | - |
| YUV | 156.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 30 | 0.79 | 0 | 0.87 | 0.08 | 114.15 | 0.84 | 0.52 |
| Hex | 32 | EB | 1E | 4F | 0 | 57 | 8 | 72 | 54 | 34 |
| Octal | 62 | 353 | 36 | 117 | 0 | 127 | 10 | 162 | 124 | 64 |
| Binary | 110010 | 11101011 | 11110 | 1001111 | 0 | 1010111 | 1000 | 1110010 | 1010100 | 110100 |
Color Harmonies of #32EB1E
Complementary color
Monochromatic Colors of #32EB1E
Black with #32EB1E
Text Example
Text Example
White with #32EB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB1E; }
p { color: rgb(50,235,30); }
H1.HeaderClassName
{
color: #32EB1E;
}
.AnyTagClassName
{
color: #32EB1E;
}
</style>
background-color css
<style>
a { background-color: #32EB1E; }
a { background-color: rgb(50,235,30); }
div.DivClassName
{
background-color: #32EB1E;
}
.BgClassName
{
background-color: #32EB1E;
}
</style>
border-color css
<style>
span { border-color: #32EB1E; }
span { border-color: rgb(50,235,30); }
td.TdClassName
{
border-color: #32EB1E;
}
.TagClassName
{
border-color: #32EB1E;
}
</style>