Shades of Lime Green #32BA2A
Tints of Lime Green #32BA2A
RGB
CMYK
RGB Variations
Color information
#32BA2A (or 0x32BA2A) is known color: Lime Green. HEX triplet: 32, BA and 2A. RGB value is (50,186,42). Sum of RGB (Red+Green+Blue) = 50+186+42=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA2A is #CD45D5. Grayscale: #818181. Windows color (decimal): -13452758 or 2800178. OLE color: 2800178.
HSL color Cylindrical-coordinate representation of color #32BA2A: hue angle of 116.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BA2A is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 42 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.27 |
| HSL | 116.67º | 0.63% | 0.45% | - |
| HSV(B) | 116.67º | 0.77% | 0.73% | - |
| XYZ | 19.29 | 35.96 | 8.12 | - |
| YUV | 128.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 42 | 0.73 | 0 | 0.77 | 0.27 | 116.67 | 0.63 | 0.45 |
| Hex | 32 | BA | 2A | 49 | 0 | 4D | 1B | 75 | 3F | 2D |
| Octal | 62 | 272 | 52 | 111 | 0 | 115 | 33 | 165 | 77 | 55 |
| Binary | 110010 | 10111010 | 101010 | 1001001 | 0 | 1001101 | 11011 | 1110101 | 111111 | 101101 |
Color Harmonies of #32BA2A
Complementary color
Monochromatic Colors of #32BA2A
Black with #32BA2A
Text Example
Text Example
White with #32BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA2A; }
p { color: rgb(50,186,42); }
H1.HeaderClassName
{
color: #32BA2A;
}
.AnyTagClassName
{
color: #32BA2A;
}
</style>
background-color css
<style>
a { background-color: #32BA2A; }
a { background-color: rgb(50,186,42); }
div.DivClassName
{
background-color: #32BA2A;
}
.BgClassName
{
background-color: #32BA2A;
}
</style>
border-color css
<style>
span { border-color: #32BA2A; }
span { border-color: rgb(50,186,42); }
td.TdClassName
{
border-color: #32BA2A;
}
.TagClassName
{
border-color: #32BA2A;
}
</style>