Shades of Lime Green #32BD32
Tints of Lime Green #32BD32
RGB
CMYK
RGB Variations
Color information
#32BD32 (or 0x32BD32) is known color: Lime Green. HEX triplet: 32, BD and 32. RGB value is (50,189,50). Sum of RGB (Red+Green+Blue) = 50+189+50=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD32 is #CD42CD. Grayscale: #848484. Windows color (decimal): -13451982 or 3325234. OLE color: 3325234.
HSL color Cylindrical-coordinate representation of color #32BD32: hue angle of 120º 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 #32BD32 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 50 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.26 |
| HSL | 120º | 0.58% | 0.47% | - |
| HSV(B) | 120º | 0.74% | 0.74% | - |
| XYZ | 20.09 | 37.3 | 9.16 | - |
| YUV | 131.59 | 81.95 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 50 | 0.74 | 0 | 0.74 | 0.26 | 120 | 0.58 | 0.47 |
| Hex | 32 | BD | 32 | 4A | 0 | 4A | 1A | 78 | 3A | 2F |
| Octal | 62 | 275 | 62 | 112 | 0 | 112 | 32 | 170 | 72 | 57 |
| Binary | 110010 | 10111101 | 110010 | 1001010 | 0 | 1001010 | 11010 | 1111000 | 111010 | 101111 |
Color Harmonies of #32BD32
Complementary color
Monochromatic Colors of #32BD32
Black with #32BD32
Text Example
Text Example
White with #32BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD32; }
p { color: rgb(50,189,50); }
H1.HeaderClassName
{
color: #32BD32;
}
.AnyTagClassName
{
color: #32BD32;
}
</style>
background-color css
<style>
a { background-color: #32BD32; }
a { background-color: rgb(50,189,50); }
div.DivClassName
{
background-color: #32BD32;
}
.BgClassName
{
background-color: #32BD32;
}
</style>
border-color css
<style>
span { border-color: #32BD32; }
span { border-color: rgb(50,189,50); }
td.TdClassName
{
border-color: #32BD32;
}
.TagClassName
{
border-color: #32BD32;
}
</style>