Shades of Lime Green #32D045
Tints of Lime Green #32D045
RGB
CMYK
RGB Variations
Color information
#32D045 (or 0x32D045) is known color: Lime Green. HEX triplet: 32, D0 and 45. RGB value is (50,208,69). Sum of RGB (Red+Green+Blue) = 50+208+69=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #32D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D045 is #CD2FBA. Grayscale: #919191. Windows color (decimal): -13447099 or 4575282. OLE color: 4575282.
HSL color Cylindrical-coordinate representation of color #32D045: hue angle of 127.22º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D045 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 69 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.18 |
| HSL | 127.22º | 0.63% | 0.51% | - |
| HSV(B) | 127.22º | 0.76% | 0.82% | - |
| XYZ | 24.95 | 46.22 | 13.24 | - |
| YUV | 144.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 69 | 0.76 | 0 | 0.67 | 0.18 | 127.22 | 0.63 | 0.51 |
| Hex | 32 | D0 | 45 | 4C | 0 | 43 | 12 | 7F | 3F | 33 |
| Octal | 62 | 320 | 105 | 114 | 0 | 103 | 22 | 177 | 77 | 63 |
| Binary | 110010 | 11010000 | 1000101 | 1001100 | 0 | 1000011 | 10010 | 1111111 | 111111 | 110011 |
Color Harmonies of #32D045
Complementary color
Monochromatic Colors of #32D045
Black with #32D045
Text Example
Text Example
White with #32D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D045; }
p { color: rgb(50,208,69); }
H1.HeaderClassName
{
color: #32D045;
}
.AnyTagClassName
{
color: #32D045;
}
</style>
background-color css
<style>
a { background-color: #32D045; }
a { background-color: rgb(50,208,69); }
div.DivClassName
{
background-color: #32D045;
}
.BgClassName
{
background-color: #32D045;
}
</style>
border-color css
<style>
span { border-color: #32D045; }
span { border-color: rgb(50,208,69); }
td.TdClassName
{
border-color: #32D045;
}
.TagClassName
{
border-color: #32D045;
}
</style>