Shades of Lime Green #32DF1E
Tints of Lime Green #32DF1E
RGB
CMYK
RGB Variations
Color information
#32DF1E (or 0x32DF1E) is known color: Lime Green. HEX triplet: 32, DF and 1E. RGB value is (50,223,30). Sum of RGB (Red+Green+Blue) = 50+223+30=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DF1E is #CD20E1. Grayscale: #959595. Windows color (decimal): -13443298 or 2023218. OLE color: 2023218.
HSL color Cylindrical-coordinate representation of color #32DF1E: hue angle of 113.78º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32DF1E is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 30 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.13 |
| HSL | 113.78º | 0.76% | 0.5% | - |
| HSV(B) | 113.78º | 0.87% | 0.87% | - |
| XYZ | 27.94 | 53.55 | 10.09 | - |
| YUV | 149.27 | 60.69 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 30 | 0.78 | 0 | 0.87 | 0.13 | 113.78 | 0.76 | 0.5 |
| Hex | 32 | DF | 1E | 4E | 0 | 57 | D | 72 | 4C | 32 |
| Octal | 62 | 337 | 36 | 116 | 0 | 127 | 15 | 162 | 114 | 62 |
| Binary | 110010 | 11011111 | 11110 | 1001110 | 0 | 1010111 | 1101 | 1110010 | 1001100 | 110010 |
Color Harmonies of #32DF1E
Complementary color
Monochromatic Colors of #32DF1E
Black with #32DF1E
Text Example
Text Example
White with #32DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DF1E; }
p { color: rgb(50,223,30); }
H1.HeaderClassName
{
color: #32DF1E;
}
.AnyTagClassName
{
color: #32DF1E;
}
</style>
background-color css
<style>
a { background-color: #32DF1E; }
a { background-color: rgb(50,223,30); }
div.DivClassName
{
background-color: #32DF1E;
}
.BgClassName
{
background-color: #32DF1E;
}
</style>
border-color css
<style>
span { border-color: #32DF1E; }
span { border-color: rgb(50,223,30); }
td.TdClassName
{
border-color: #32DF1E;
}
.TagClassName
{
border-color: #32DF1E;
}
</style>