Shades of Lime Green #31BA2A
Tints of Lime Green #31BA2A
RGB
CMYK
RGB Variations
Color information
#31BA2A (or 0x31BA2A) is known color: Lime Green. HEX triplet: 31, BA and 2A. RGB value is (49,186,42). Sum of RGB (Red+Green+Blue) = 49+186+42=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA2A is #CE45D5. Grayscale: #818181. Windows color (decimal): -13518294 or 2800177. OLE color: 2800177.
HSL color Cylindrical-coordinate representation of color #31BA2A: hue angle of 117.08º 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 #31BA2A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 42 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.27 |
| HSL | 117.08º | 0.63% | 0.45% | - |
| HSV(B) | 117.08º | 0.77% | 0.73% | - |
| XYZ | 19.24 | 35.94 | 8.11 | - |
| YUV | 128.62 | 79.11 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 42 | 0.74 | 0 | 0.77 | 0.27 | 117.08 | 0.63 | 0.45 |
| Hex | 31 | BA | 2A | 4A | 0 | 4D | 1B | 75 | 3F | 2D |
| Octal | 61 | 272 | 52 | 112 | 0 | 115 | 33 | 165 | 77 | 55 |
| Binary | 110001 | 10111010 | 101010 | 1001010 | 0 | 1001101 | 11011 | 1110101 | 111111 | 101101 |
Color Harmonies of #31BA2A
Complementary color
Monochromatic Colors of #31BA2A
Black with #31BA2A
Text Example
Text Example
White with #31BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA2A; }
p { color: rgb(49,186,42); }
H1.HeaderClassName
{
color: #31BA2A;
}
.AnyTagClassName
{
color: #31BA2A;
}
</style>
background-color css
<style>
a { background-color: #31BA2A; }
a { background-color: rgb(49,186,42); }
div.DivClassName
{
background-color: #31BA2A;
}
.BgClassName
{
background-color: #31BA2A;
}
</style>
border-color css
<style>
span { border-color: #31BA2A; }
span { border-color: rgb(49,186,42); }
td.TdClassName
{
border-color: #31BA2A;
}
.TagClassName
{
border-color: #31BA2A;
}
</style>