Shades of Lime Green #32DF3D
Tints of Lime Green #32DF3D
RGB
CMYK
RGB Variations
Color information
#32DF3D (or 0x32DF3D) is known color: Lime Green. HEX triplet: 32, DF and 3D. RGB value is (50,223,61). Sum of RGB (Red+Green+Blue) = 50+223+61=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DF3D is #CD20C2. Grayscale: #999999. Windows color (decimal): -13443267 or 4054834. OLE color: 4054834.
HSL color Cylindrical-coordinate representation of color #32DF3D: hue angle of 123.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DF3D is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 61 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.13 |
| HSL | 123.82º | 0.73% | 0.54% | - |
| HSV(B) | 123.82º | 0.78% | 0.87% | - |
| XYZ | 28.55 | 53.79 | 13.29 | - |
| YUV | 152.81 | 76.19 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 61 | 0.78 | 0 | 0.73 | 0.13 | 123.82 | 0.73 | 0.54 |
| Hex | 32 | DF | 3D | 4E | 0 | 49 | D | 7C | 49 | 36 |
| Octal | 62 | 337 | 75 | 116 | 0 | 111 | 15 | 174 | 111 | 66 |
| Binary | 110010 | 11011111 | 111101 | 1001110 | 0 | 1001001 | 1101 | 1111100 | 1001001 | 110110 |
Color Harmonies of #32DF3D
Complementary color
Monochromatic Colors of #32DF3D
Black with #32DF3D
Text Example
Text Example
White with #32DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DF3D; }
p { color: rgb(50,223,61); }
H1.HeaderClassName
{
color: #32DF3D;
}
.AnyTagClassName
{
color: #32DF3D;
}
</style>
background-color css
<style>
a { background-color: #32DF3D; }
a { background-color: rgb(50,223,61); }
div.DivClassName
{
background-color: #32DF3D;
}
.BgClassName
{
background-color: #32DF3D;
}
</style>
border-color css
<style>
span { border-color: #32DF3D; }
span { border-color: rgb(50,223,61); }
td.TdClassName
{
border-color: #32DF3D;
}
.TagClassName
{
border-color: #32DF3D;
}
</style>