Shades of Lime Green #32BD43
Tints of Lime Green #32BD43
RGB
CMYK
RGB Variations
Color information
#32BD43 (or 0x32BD43) is known color: Lime Green. HEX triplet: 32, BD and 43. RGB value is (50,189,67). Sum of RGB (Red+Green+Blue) = 50+189+67=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD43 is #CD42BC. Grayscale: #858585. Windows color (decimal): -13451965 or 4439346. OLE color: 4439346.
HSL color Cylindrical-coordinate representation of color #32BD43: hue angle of 127.34º 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 #32BD43 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 67 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.26 |
| HSL | 127.34º | 0.58% | 0.47% | - |
| HSV(B) | 127.34º | 0.74% | 0.74% | - |
| XYZ | 20.53 | 37.48 | 11.46 | - |
| YUV | 133.53 | 90.45 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 67 | 0.74 | 0 | 0.65 | 0.26 | 127.34 | 0.58 | 0.47 |
| Hex | 32 | BD | 43 | 4A | 0 | 41 | 1A | 7F | 3A | 2F |
| Octal | 62 | 275 | 103 | 112 | 0 | 101 | 32 | 177 | 72 | 57 |
| Binary | 110010 | 10111101 | 1000011 | 1001010 | 0 | 1000001 | 11010 | 1111111 | 111010 | 101111 |
Color Harmonies of #32BD43
Complementary color
Monochromatic Colors of #32BD43
Black with #32BD43
Text Example
Text Example
White with #32BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD43; }
p { color: rgb(50,189,67); }
H1.HeaderClassName
{
color: #32BD43;
}
.AnyTagClassName
{
color: #32BD43;
}
</style>
background-color css
<style>
a { background-color: #32BD43; }
a { background-color: rgb(50,189,67); }
div.DivClassName
{
background-color: #32BD43;
}
.BgClassName
{
background-color: #32BD43;
}
</style>
border-color css
<style>
span { border-color: #32BD43; }
span { border-color: rgb(50,189,67); }
td.TdClassName
{
border-color: #32BD43;
}
.TagClassName
{
border-color: #32BD43;
}
</style>