Shades of Lime Green #32BD2F
Tints of Lime Green #32BD2F
RGB
CMYK
RGB Variations
Color information
#32BD2F (or 0x32BD2F) is known color: Lime Green. HEX triplet: 32, BD and 2F. RGB value is (50,189,47). Sum of RGB (Red+Green+Blue) = 50+189+47=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD2F is #CD42D0. Grayscale: #838383. Windows color (decimal): -13451985 or 3128626. OLE color: 3128626.
HSL color Cylindrical-coordinate representation of color #32BD2F: hue angle of 118.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BD2F is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 47 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.26 |
| HSL | 118.73º | 0.6% | 0.46% | - |
| HSV(B) | 118.73º | 0.75% | 0.74% | - |
| XYZ | 20.03 | 37.28 | 8.83 | - |
| YUV | 131.25 | 80.45 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 47 | 0.74 | 0 | 0.75 | 0.26 | 118.73 | 0.6 | 0.46 |
| Hex | 32 | BD | 2F | 4A | 0 | 4B | 1A | 77 | 3C | 2E |
| Octal | 62 | 275 | 57 | 112 | 0 | 113 | 32 | 167 | 74 | 56 |
| Binary | 110010 | 10111101 | 101111 | 1001010 | 0 | 1001011 | 11010 | 1110111 | 111100 | 101110 |
Color Harmonies of #32BD2F
Complementary color
Monochromatic Colors of #32BD2F
Black with #32BD2F
Text Example
Text Example
White with #32BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD2F; }
p { color: rgb(50,189,47); }
H1.HeaderClassName
{
color: #32BD2F;
}
.AnyTagClassName
{
color: #32BD2F;
}
</style>
background-color css
<style>
a { background-color: #32BD2F; }
a { background-color: rgb(50,189,47); }
div.DivClassName
{
background-color: #32BD2F;
}
.BgClassName
{
background-color: #32BD2F;
}
</style>
border-color css
<style>
span { border-color: #32BD2F; }
span { border-color: rgb(50,189,47); }
td.TdClassName
{
border-color: #32BD2F;
}
.TagClassName
{
border-color: #32BD2F;
}
</style>