Shades of Lime Green #32D933
Tints of Lime Green #32D933
RGB
CMYK
RGB Variations
Color information
#32D933 (or 0x32D933) is known color: Lime Green. HEX triplet: 32, D9 and 33. RGB value is (50,217,51). Sum of RGB (Red+Green+Blue) = 50+217+51=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #32D933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D933 is #CD26CC. Grayscale: #949494. Windows color (decimal): -13444813 or 3397938. OLE color: 3397938.
HSL color Cylindrical-coordinate representation of color #32D933: hue angle of 120.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D933 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 51 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.15 |
| HSL | 120.36º | 0.69% | 0.52% | - |
| HSV(B) | 120.36º | 0.77% | 0.85% | - |
| XYZ | 26.73 | 50.54 | 11.48 | - |
| YUV | 148.14 | 73.17 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 51 | 0.77 | 0 | 0.76 | 0.15 | 120.36 | 0.69 | 0.52 |
| Hex | 32 | D9 | 33 | 4D | 0 | 4C | F | 78 | 45 | 34 |
| Octal | 62 | 331 | 63 | 115 | 0 | 114 | 17 | 170 | 105 | 64 |
| Binary | 110010 | 11011001 | 110011 | 1001101 | 0 | 1001100 | 1111 | 1111000 | 1000101 | 110100 |
Color Harmonies of #32D933
Complementary color
Monochromatic Colors of #32D933
Black with #32D933
Text Example
Text Example
White with #32D933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D933; }
p { color: rgb(50,217,51); }
H1.HeaderClassName
{
color: #32D933;
}
.AnyTagClassName
{
color: #32D933;
}
</style>
background-color css
<style>
a { background-color: #32D933; }
a { background-color: rgb(50,217,51); }
div.DivClassName
{
background-color: #32D933;
}
.BgClassName
{
background-color: #32D933;
}
</style>
border-color css
<style>
span { border-color: #32D933; }
span { border-color: rgb(50,217,51); }
td.TdClassName
{
border-color: #32D933;
}
.TagClassName
{
border-color: #32D933;
}
</style>