Shades of Lime Green #32BD41
Tints of Lime Green #32BD41
RGB
CMYK
RGB Variations
Color information
#32BD41 (or 0x32BD41) is known color: Lime Green. HEX triplet: 32, BD and 41. RGB value is (50,189,65). Sum of RGB (Red+Green+Blue) = 50+189+65=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD41 is #CD42BE. Grayscale: #858585. Windows color (decimal): -13451967 or 4308274. OLE color: 4308274.
HSL color Cylindrical-coordinate representation of color #32BD41: hue angle of 126.47º 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 #32BD41 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 65 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.26 |
| HSL | 126.47º | 0.58% | 0.47% | - |
| HSV(B) | 126.47º | 0.74% | 0.74% | - |
| XYZ | 20.47 | 37.45 | 11.15 | - |
| YUV | 133.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 65 | 0.74 | 0 | 0.66 | 0.26 | 126.47 | 0.58 | 0.47 |
| Hex | 32 | BD | 41 | 4A | 0 | 42 | 1A | 7E | 3A | 2F |
| Octal | 62 | 275 | 101 | 112 | 0 | 102 | 32 | 176 | 72 | 57 |
| Binary | 110010 | 10111101 | 1000001 | 1001010 | 0 | 1000010 | 11010 | 1111110 | 111010 | 101111 |
Color Harmonies of #32BD41
Complementary color
Monochromatic Colors of #32BD41
Black with #32BD41
Text Example
Text Example
White with #32BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD41; }
p { color: rgb(50,189,65); }
H1.HeaderClassName
{
color: #32BD41;
}
.AnyTagClassName
{
color: #32BD41;
}
</style>
background-color css
<style>
a { background-color: #32BD41; }
a { background-color: rgb(50,189,65); }
div.DivClassName
{
background-color: #32BD41;
}
.BgClassName
{
background-color: #32BD41;
}
</style>
border-color css
<style>
span { border-color: #32BD41; }
span { border-color: rgb(50,189,65); }
td.TdClassName
{
border-color: #32BD41;
}
.TagClassName
{
border-color: #32BD41;
}
</style>