Shades of Lime Green #32AB2B
Tints of Lime Green #32AB2B
RGB
CMYK
RGB Variations
Color information
#32AB2B (or 0x32AB2B) is known color: Lime Green. HEX triplet: 32, AB and 2B. RGB value is (50,171,43). Sum of RGB (Red+Green+Blue) = 50+171+43=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB2B is #CD54D4. Grayscale: #787878. Windows color (decimal): -13456597 or 2861874. OLE color: 2861874.
HSL color Cylindrical-coordinate representation of color #32AB2B: hue angle of 116.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AB2B is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 43 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.33 |
| HSL | 116.72º | 0.6% | 0.42% | - |
| HSV(B) | 116.72º | 0.75% | 0.67% | - |
| XYZ | 16.31 | 29.98 | 7.21 | - |
| YUV | 120.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 43 | 0.71 | 0 | 0.75 | 0.33 | 116.72 | 0.6 | 0.42 |
| Hex | 32 | AB | 2B | 47 | 0 | 4B | 21 | 75 | 3C | 2A |
| Octal | 62 | 253 | 53 | 107 | 0 | 113 | 41 | 165 | 74 | 52 |
| Binary | 110010 | 10101011 | 101011 | 1000111 | 0 | 1001011 | 100001 | 1110101 | 111100 | 101010 |
Color Harmonies of #32AB2B
Complementary color
Monochromatic Colors of #32AB2B
Black with #32AB2B
Text Example
Text Example
White with #32AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB2B; }
p { color: rgb(50,171,43); }
H1.HeaderClassName
{
color: #32AB2B;
}
.AnyTagClassName
{
color: #32AB2B;
}
</style>
background-color css
<style>
a { background-color: #32AB2B; }
a { background-color: rgb(50,171,43); }
div.DivClassName
{
background-color: #32AB2B;
}
.BgClassName
{
background-color: #32AB2B;
}
</style>
border-color css
<style>
span { border-color: #32AB2B; }
span { border-color: rgb(50,171,43); }
td.TdClassName
{
border-color: #32AB2B;
}
.TagClassName
{
border-color: #32AB2B;
}
</style>