Shades of Lime Green #32D92C
Tints of Lime Green #32D92C
RGB
CMYK
RGB Variations
Color information
#32D92C (or 0x32D92C) is known color: Lime Green. HEX triplet: 32, D9 and 2C. RGB value is (50,217,44). Sum of RGB (Red+Green+Blue) = 50+217+44=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #32D92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D92C is #CD26D3. Grayscale: #939393. Windows color (decimal): -13444820 or 2939186. OLE color: 2939186.
HSL color Cylindrical-coordinate representation of color #32D92C: hue angle of 117.92º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D92C is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 44 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.15 |
| HSL | 117.92º | 0.69% | 0.51% | - |
| HSV(B) | 117.92º | 0.8% | 0.85% | - |
| XYZ | 26.58 | 50.49 | 10.73 | - |
| YUV | 147.35 | 69.67 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 44 | 0.77 | 0 | 0.80 | 0.15 | 117.92 | 0.69 | 0.51 |
| Hex | 32 | D9 | 2C | 4D | 0 | 50 | F | 76 | 45 | 33 |
| Octal | 62 | 331 | 54 | 115 | 0 | 120 | 17 | 166 | 105 | 63 |
| Binary | 110010 | 11011001 | 101100 | 1001101 | 0 | 1010000 | 1111 | 1110110 | 1000101 | 110011 |
Color Harmonies of #32D92C
Complementary color
Monochromatic Colors of #32D92C
Black with #32D92C
Text Example
Text Example
White with #32D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D92C; }
p { color: rgb(50,217,44); }
H1.HeaderClassName
{
color: #32D92C;
}
.AnyTagClassName
{
color: #32D92C;
}
</style>
background-color css
<style>
a { background-color: #32D92C; }
a { background-color: rgb(50,217,44); }
div.DivClassName
{
background-color: #32D92C;
}
.BgClassName
{
background-color: #32D92C;
}
</style>
border-color css
<style>
span { border-color: #32D92C; }
span { border-color: rgb(50,217,44); }
td.TdClassName
{
border-color: #32D92C;
}
.TagClassName
{
border-color: #32D92C;
}
</style>