Shades of Lime Green #32DF2D
Tints of Lime Green #32DF2D
RGB
CMYK
RGB Variations
Color information
#32DF2D (or 0x32DF2D) is known color: Lime Green. HEX triplet: 32, DF and 2D. RGB value is (50,223,45). Sum of RGB (Red+Green+Blue) = 50+223+45=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DF2D is #CD20D2. Grayscale: #979797. Windows color (decimal): -13443283 or 3006258. OLE color: 3006258.
HSL color Cylindrical-coordinate representation of color #32DF2D: hue angle of 118.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DF2D is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 45 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.13 |
| HSL | 118.31º | 0.74% | 0.53% | - |
| HSV(B) | 118.31º | 0.8% | 0.87% | - |
| XYZ | 28.18 | 53.64 | 11.35 | - |
| YUV | 150.98 | 68.19 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 45 | 0.78 | 0 | 0.80 | 0.13 | 118.31 | 0.74 | 0.53 |
| Hex | 32 | DF | 2D | 4E | 0 | 50 | D | 76 | 4A | 35 |
| Octal | 62 | 337 | 55 | 116 | 0 | 120 | 15 | 166 | 112 | 65 |
| Binary | 110010 | 11011111 | 101101 | 1001110 | 0 | 1010000 | 1101 | 1110110 | 1001010 | 110101 |
Color Harmonies of #32DF2D
Complementary color
Monochromatic Colors of #32DF2D
Black with #32DF2D
Text Example
Text Example
White with #32DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DF2D; }
p { color: rgb(50,223,45); }
H1.HeaderClassName
{
color: #32DF2D;
}
.AnyTagClassName
{
color: #32DF2D;
}
</style>
background-color css
<style>
a { background-color: #32DF2D; }
a { background-color: rgb(50,223,45); }
div.DivClassName
{
background-color: #32DF2D;
}
.BgClassName
{
background-color: #32DF2D;
}
</style>
border-color css
<style>
span { border-color: #32DF2D; }
span { border-color: rgb(50,223,45); }
td.TdClassName
{
border-color: #32DF2D;
}
.TagClassName
{
border-color: #32DF2D;
}
</style>