Shades of Lime Green #32B72D
Tints of Lime Green #32B72D
RGB
CMYK
RGB Variations
Color information
#32B72D (or 0x32B72D) is known color: Lime Green. HEX triplet: 32, B7 and 2D. RGB value is (50,183,45). Sum of RGB (Red+Green+Blue) = 50+183+45=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #32B72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B72D is #CD48D2. Grayscale: #7F7F7F. Windows color (decimal): -13453523 or 2996018. OLE color: 2996018.
HSL color Cylindrical-coordinate representation of color #32B72D: hue angle of 117.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B72D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 45 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.28 |
| HSL | 117.83º | 0.61% | 0.45% | - |
| HSV(B) | 117.83º | 0.75% | 0.72% | - |
| XYZ | 18.72 | 34.73 | 8.2 | - |
| YUV | 127.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 45 | 0.73 | 0 | 0.75 | 0.28 | 117.83 | 0.61 | 0.45 |
| Hex | 32 | B7 | 2D | 49 | 0 | 4B | 1C | 76 | 3D | 2D |
| Octal | 62 | 267 | 55 | 111 | 0 | 113 | 34 | 166 | 75 | 55 |
| Binary | 110010 | 10110111 | 101101 | 1001001 | 0 | 1001011 | 11100 | 1110110 | 111101 | 101101 |
Color Harmonies of #32B72D
Complementary color
Monochromatic Colors of #32B72D
Black with #32B72D
Text Example
Text Example
White with #32B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B72D; }
p { color: rgb(50,183,45); }
H1.HeaderClassName
{
color: #32B72D;
}
.AnyTagClassName
{
color: #32B72D;
}
</style>
background-color css
<style>
a { background-color: #32B72D; }
a { background-color: rgb(50,183,45); }
div.DivClassName
{
background-color: #32B72D;
}
.BgClassName
{
background-color: #32B72D;
}
</style>
border-color css
<style>
span { border-color: #32B72D; }
span { border-color: rgb(50,183,45); }
td.TdClassName
{
border-color: #32B72D;
}
.TagClassName
{
border-color: #32B72D;
}
</style>