Shades of Lime Green #31BA49
Tints of Lime Green #31BA49
RGB
CMYK
RGB Variations
Color information
#31BA49 (or 0x31BA49) is known color: Lime Green. HEX triplet: 31, BA and 49. RGB value is (49,186,73). Sum of RGB (Red+Green+Blue) = 49+186+73=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA49 is #CE45B6. Grayscale: #848484. Windows color (decimal): -13518263 or 4831793. OLE color: 4831793.
HSL color Cylindrical-coordinate representation of color #31BA49: hue angle of 130.51º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA49 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 73 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.27 |
| HSL | 130.51º | 0.58% | 0.46% | - |
| HSV(B) | 130.51º | 0.74% | 0.73% | - |
| XYZ | 20.03 | 36.25 | 12.25 | - |
| YUV | 132.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 73 | 0.74 | 0 | 0.61 | 0.27 | 130.51 | 0.58 | 0.46 |
| Hex | 31 | BA | 49 | 4A | 0 | 3D | 1B | 83 | 3A | 2E |
| Octal | 61 | 272 | 111 | 112 | 0 | 75 | 33 | 203 | 72 | 56 |
| Binary | 110001 | 10111010 | 1001001 | 1001010 | 0 | 111101 | 11011 | 10000011 | 111010 | 101110 |
Color Harmonies of #31BA49
Complementary color
Monochromatic Colors of #31BA49
Black with #31BA49
Text Example
Text Example
White with #31BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA49; }
p { color: rgb(49,186,73); }
H1.HeaderClassName
{
color: #31BA49;
}
.AnyTagClassName
{
color: #31BA49;
}
</style>
background-color css
<style>
a { background-color: #31BA49; }
a { background-color: rgb(49,186,73); }
div.DivClassName
{
background-color: #31BA49;
}
.BgClassName
{
background-color: #31BA49;
}
</style>
border-color css
<style>
span { border-color: #31BA49; }
span { border-color: rgb(49,186,73); }
td.TdClassName
{
border-color: #31BA49;
}
.TagClassName
{
border-color: #31BA49;
}
</style>