Shades of Lime Green #32D54B
Tints of Lime Green #32D54B
RGB
CMYK
RGB Variations
Color information
#32D54B (or 0x32D54B) is known color: Lime Green. HEX triplet: 32, D5 and 4B. RGB value is (50,213,75). Sum of RGB (Red+Green+Blue) = 50+213+75=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #32D54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D54B is #CD2AB4. Grayscale: #949494. Windows color (decimal): -13445813 or 4969778. OLE color: 4969778.
HSL color Cylindrical-coordinate representation of color #32D54B: hue angle of 129.2º degrees, saturation: 0.66, 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 #32D54B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 75 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.16 |
| HSL | 129.2º | 0.66% | 0.52% | - |
| HSV(B) | 129.2º | 0.77% | 0.84% | - |
| XYZ | 26.38 | 48.77 | 14.68 | - |
| YUV | 148.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 75 | 0.77 | 0 | 0.65 | 0.16 | 129.2 | 0.66 | 0.52 |
| Hex | 32 | D5 | 4B | 4D | 0 | 41 | 10 | 81 | 42 | 34 |
| Octal | 62 | 325 | 113 | 115 | 0 | 101 | 20 | 201 | 102 | 64 |
| Binary | 110010 | 11010101 | 1001011 | 1001101 | 0 | 1000001 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #32D54B
Complementary color
Monochromatic Colors of #32D54B
Black with #32D54B
Text Example
Text Example
White with #32D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D54B; }
p { color: rgb(50,213,75); }
H1.HeaderClassName
{
color: #32D54B;
}
.AnyTagClassName
{
color: #32D54B;
}
</style>
background-color css
<style>
a { background-color: #32D54B; }
a { background-color: rgb(50,213,75); }
div.DivClassName
{
background-color: #32D54B;
}
.BgClassName
{
background-color: #32D54B;
}
</style>
border-color css
<style>
span { border-color: #32D54B; }
span { border-color: rgb(50,213,75); }
td.TdClassName
{
border-color: #32D54B;
}
.TagClassName
{
border-color: #32D54B;
}
</style>