Shades of Lime Green #32D733
Tints of Lime Green #32D733
RGB
CMYK
RGB Variations
Color information
#32D733 (or 0x32D733) is known color: Lime Green. HEX triplet: 32, D7 and 33. RGB value is (50,215,51). Sum of RGB (Red+Green+Blue) = 50+215+51=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #32D733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D733 is #CD28CC. Grayscale: #939393. Windows color (decimal): -13445325 or 3397426. OLE color: 3397426.
HSL color Cylindrical-coordinate representation of color #32D733: hue angle of 120.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D733 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 51 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.16 |
| HSL | 120.36º | 0.67% | 0.52% | - |
| HSV(B) | 120.36º | 0.77% | 0.84% | - |
| XYZ | 26.21 | 49.52 | 11.31 | - |
| YUV | 146.97 | 73.84 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 51 | 0.77 | 0 | 0.76 | 0.16 | 120.36 | 0.67 | 0.52 |
| Hex | 32 | D7 | 33 | 4D | 0 | 4C | 10 | 78 | 43 | 34 |
| Octal | 62 | 327 | 63 | 115 | 0 | 114 | 20 | 170 | 103 | 64 |
| Binary | 110010 | 11010111 | 110011 | 1001101 | 0 | 1001100 | 10000 | 1111000 | 1000011 | 110100 |
Color Harmonies of #32D733
Complementary color
Monochromatic Colors of #32D733
Black with #32D733
Text Example
Text Example
White with #32D733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D733; }
p { color: rgb(50,215,51); }
H1.HeaderClassName
{
color: #32D733;
}
.AnyTagClassName
{
color: #32D733;
}
</style>
background-color css
<style>
a { background-color: #32D733; }
a { background-color: rgb(50,215,51); }
div.DivClassName
{
background-color: #32D733;
}
.BgClassName
{
background-color: #32D733;
}
</style>
border-color css
<style>
span { border-color: #32D733; }
span { border-color: rgb(50,215,51); }
td.TdClassName
{
border-color: #32D733;
}
.TagClassName
{
border-color: #32D733;
}
</style>