Shades of Lime Green #32BD44
Tints of Lime Green #32BD44
RGB
CMYK
RGB Variations
Color information
#32BD44 (or 0x32BD44) is known color: Lime Green. HEX triplet: 32, BD and 44. RGB value is (50,189,68). Sum of RGB (Red+Green+Blue) = 50+189+68=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD44 is #CD42BB. Grayscale: #858585. Windows color (decimal): -13451964 or 4504882. OLE color: 4504882.
HSL color Cylindrical-coordinate representation of color #32BD44: hue angle of 127.77º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD44 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 68 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.26 |
| HSL | 127.77º | 0.58% | 0.47% | - |
| HSV(B) | 127.77º | 0.74% | 0.74% | - |
| XYZ | 20.56 | 37.49 | 11.62 | - |
| YUV | 133.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 68 | 0.74 | 0 | 0.64 | 0.26 | 127.77 | 0.58 | 0.47 |
| Hex | 32 | BD | 44 | 4A | 0 | 40 | 1A | 80 | 3A | 2F |
| Octal | 62 | 275 | 104 | 112 | 0 | 100 | 32 | 200 | 72 | 57 |
| Binary | 110010 | 10111101 | 1000100 | 1001010 | 0 | 1000000 | 11010 | 10000000 | 111010 | 101111 |
Color Harmonies of #32BD44
Complementary color
Monochromatic Colors of #32BD44
Black with #32BD44
Text Example
Text Example
White with #32BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD44; }
p { color: rgb(50,189,68); }
H1.HeaderClassName
{
color: #32BD44;
}
.AnyTagClassName
{
color: #32BD44;
}
</style>
background-color css
<style>
a { background-color: #32BD44; }
a { background-color: rgb(50,189,68); }
div.DivClassName
{
background-color: #32BD44;
}
.BgClassName
{
background-color: #32BD44;
}
</style>
border-color css
<style>
span { border-color: #32BD44; }
span { border-color: rgb(50,189,68); }
td.TdClassName
{
border-color: #32BD44;
}
.TagClassName
{
border-color: #32BD44;
}
</style>