Shades of Lime Green #32D74A
Tints of Lime Green #32D74A
RGB
CMYK
RGB Variations
Color information
#32D74A (or 0x32D74A) is known color: Lime Green. HEX triplet: 32, D7 and 4A. RGB value is (50,215,74). Sum of RGB (Red+Green+Blue) = 50+215+74=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #32D74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D74A is #CD28B5. Grayscale: #959595. Windows color (decimal): -13445302 or 4904754. OLE color: 4904754.
HSL color Cylindrical-coordinate representation of color #32D74A: hue angle of 128.73º 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 #32D74A is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 74 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.16 |
| HSL | 128.73º | 0.67% | 0.52% | - |
| HSV(B) | 128.73º | 0.77% | 0.84% | - |
| XYZ | 26.85 | 49.77 | 14.67 | - |
| YUV | 149.59 | 85.34 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 74 | 0.77 | 0 | 0.66 | 0.16 | 128.73 | 0.67 | 0.52 |
| Hex | 32 | D7 | 4A | 4D | 0 | 42 | 10 | 81 | 43 | 34 |
| Octal | 62 | 327 | 112 | 115 | 0 | 102 | 20 | 201 | 103 | 64 |
| Binary | 110010 | 11010111 | 1001010 | 1001101 | 0 | 1000010 | 10000 | 10000001 | 1000011 | 110100 |
Color Harmonies of #32D74A
Complementary color
Monochromatic Colors of #32D74A
Black with #32D74A
Text Example
Text Example
White with #32D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D74A; }
p { color: rgb(50,215,74); }
H1.HeaderClassName
{
color: #32D74A;
}
.AnyTagClassName
{
color: #32D74A;
}
</style>
background-color css
<style>
a { background-color: #32D74A; }
a { background-color: rgb(50,215,74); }
div.DivClassName
{
background-color: #32D74A;
}
.BgClassName
{
background-color: #32D74A;
}
</style>
border-color css
<style>
span { border-color: #32D74A; }
span { border-color: rgb(50,215,74); }
td.TdClassName
{
border-color: #32D74A;
}
.TagClassName
{
border-color: #32D74A;
}
</style>