Shades of Lime Green #32D84B
Tints of Lime Green #32D84B
RGB
CMYK
RGB Variations
Color information
#32D84B (or 0x32D84B) is known color: Lime Green. HEX triplet: 32, D8 and 4B. RGB value is (50,216,75). Sum of RGB (Red+Green+Blue) = 50+216+75=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #32D84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D84B is #CD27B4. Grayscale: #969696. Windows color (decimal): -13445045 or 4970546. OLE color: 4970546.
HSL color Cylindrical-coordinate representation of color #32D84B: hue angle of 129.04º degrees, saturation: 0.68, 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 #32D84B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 75 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.15 |
| HSL | 129.04º | 0.68% | 0.52% | - |
| HSV(B) | 129.04º | 0.77% | 0.85% | - |
| XYZ | 27.14 | 50.3 | 14.93 | - |
| YUV | 150.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 75 | 0.77 | 0 | 0.65 | 0.15 | 129.04 | 0.68 | 0.52 |
| Hex | 32 | D8 | 4B | 4D | 0 | 41 | F | 81 | 44 | 34 |
| Octal | 62 | 330 | 113 | 115 | 0 | 101 | 17 | 201 | 104 | 64 |
| Binary | 110010 | 11011000 | 1001011 | 1001101 | 0 | 1000001 | 1111 | 10000001 | 1000100 | 110100 |
Color Harmonies of #32D84B
Complementary color
Monochromatic Colors of #32D84B
Black with #32D84B
Text Example
Text Example
White with #32D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D84B; }
p { color: rgb(50,216,75); }
H1.HeaderClassName
{
color: #32D84B;
}
.AnyTagClassName
{
color: #32D84B;
}
</style>
background-color css
<style>
a { background-color: #32D84B; }
a { background-color: rgb(50,216,75); }
div.DivClassName
{
background-color: #32D84B;
}
.BgClassName
{
background-color: #32D84B;
}
</style>
border-color css
<style>
span { border-color: #32D84B; }
span { border-color: rgb(50,216,75); }
td.TdClassName
{
border-color: #32D84B;
}
.TagClassName
{
border-color: #32D84B;
}
</style>