Shades of Lime Green #32D451
Tints of Lime Green #32D451
RGB
CMYK
RGB Variations
Color information
#32D451 (or 0x32D451) is known color: Lime Green. HEX triplet: 32, D4 and 51. RGB value is (50,212,81). Sum of RGB (Red+Green+Blue) = 50+212+81=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #32D451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D451 is #CD2BAE. Grayscale: #949494. Windows color (decimal): -13446063 or 5362738. OLE color: 5362738.
HSL color Cylindrical-coordinate representation of color #32D451: hue angle of 131.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D451 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 81 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.17 |
| HSL | 131.48º | 0.65% | 0.51% | - |
| HSV(B) | 131.48º | 0.76% | 0.83% | - |
| XYZ | 26.34 | 48.36 | 15.73 | - |
| YUV | 148.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 81 | 0.76 | 0 | 0.62 | 0.17 | 131.48 | 0.65 | 0.51 |
| Hex | 32 | D4 | 51 | 4C | 0 | 3E | 11 | 83 | 41 | 33 |
| Octal | 62 | 324 | 121 | 114 | 0 | 76 | 21 | 203 | 101 | 63 |
| Binary | 110010 | 11010100 | 1010001 | 1001100 | 0 | 111110 | 10001 | 10000011 | 1000001 | 110011 |
Color Harmonies of #32D451
Complementary color
Monochromatic Colors of #32D451
Black with #32D451
Text Example
Text Example
White with #32D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D451; }
p { color: rgb(50,212,81); }
H1.HeaderClassName
{
color: #32D451;
}
.AnyTagClassName
{
color: #32D451;
}
</style>
background-color css
<style>
a { background-color: #32D451; }
a { background-color: rgb(50,212,81); }
div.DivClassName
{
background-color: #32D451;
}
.BgClassName
{
background-color: #32D451;
}
</style>
border-color css
<style>
span { border-color: #32D451; }
span { border-color: rgb(50,212,81); }
td.TdClassName
{
border-color: #32D451;
}
.TagClassName
{
border-color: #32D451;
}
</style>