Shades of Lime Green #32BD3F
Tints of Lime Green #32BD3F
RGB
CMYK
RGB Variations
Color information
#32BD3F (or 0x32BD3F) is known color: Lime Green. HEX triplet: 32, BD and 3F. RGB value is (50,189,63). Sum of RGB (Red+Green+Blue) = 50+189+63=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD3F is #CD42C0. Grayscale: #858585. Windows color (decimal): -13451969 or 4177202. OLE color: 4177202.
HSL color Cylindrical-coordinate representation of color #32BD3F: hue angle of 125.61º 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 #32BD3F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 63 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.26 |
| HSL | 125.61º | 0.58% | 0.47% | - |
| HSV(B) | 125.61º | 0.74% | 0.74% | - |
| XYZ | 20.41 | 37.43 | 10.85 | - |
| YUV | 133.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 63 | 0.74 | 0 | 0.67 | 0.26 | 125.61 | 0.58 | 0.47 |
| Hex | 32 | BD | 3F | 4A | 0 | 43 | 1A | 7E | 3A | 2F |
| Octal | 62 | 275 | 77 | 112 | 0 | 103 | 32 | 176 | 72 | 57 |
| Binary | 110010 | 10111101 | 111111 | 1001010 | 0 | 1000011 | 11010 | 1111110 | 111010 | 101111 |
Color Harmonies of #32BD3F
Complementary color
Monochromatic Colors of #32BD3F
Black with #32BD3F
Text Example
Text Example
White with #32BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD3F; }
p { color: rgb(50,189,63); }
H1.HeaderClassName
{
color: #32BD3F;
}
.AnyTagClassName
{
color: #32BD3F;
}
</style>
background-color css
<style>
a { background-color: #32BD3F; }
a { background-color: rgb(50,189,63); }
div.DivClassName
{
background-color: #32BD3F;
}
.BgClassName
{
background-color: #32BD3F;
}
</style>
border-color css
<style>
span { border-color: #32BD3F; }
span { border-color: rgb(50,189,63); }
td.TdClassName
{
border-color: #32BD3F;
}
.TagClassName
{
border-color: #32BD3F;
}
</style>