Shades of Lime Green #31BA48
Tints of Lime Green #31BA48
RGB
CMYK
RGB Variations
Color information
#31BA48 (or 0x31BA48) is known color: Lime Green. HEX triplet: 31, BA and 48. RGB value is (49,186,72). Sum of RGB (Red+Green+Blue) = 49+186+72=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA48 is #CE45B7. Grayscale: #848484. Windows color (decimal): -13518264 or 4766257. OLE color: 4766257.
HSL color Cylindrical-coordinate representation of color #31BA48: hue angle of 130.07º 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 #31BA48 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 72 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.27 |
| HSL | 130.07º | 0.58% | 0.46% | - |
| HSV(B) | 130.07º | 0.74% | 0.73% | - |
| XYZ | 20 | 36.24 | 12.07 | - |
| YUV | 132.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 72 | 0.74 | 0 | 0.61 | 0.27 | 130.07 | 0.58 | 0.46 |
| Hex | 31 | BA | 48 | 4A | 0 | 3D | 1B | 82 | 3A | 2E |
| Octal | 61 | 272 | 110 | 112 | 0 | 75 | 33 | 202 | 72 | 56 |
| Binary | 110001 | 10111010 | 1001000 | 1001010 | 0 | 111101 | 11011 | 10000010 | 111010 | 101110 |
Color Harmonies of #31BA48
Complementary color
Monochromatic Colors of #31BA48
Black with #31BA48
Text Example
Text Example
White with #31BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA48; }
p { color: rgb(49,186,72); }
H1.HeaderClassName
{
color: #31BA48;
}
.AnyTagClassName
{
color: #31BA48;
}
</style>
background-color css
<style>
a { background-color: #31BA48; }
a { background-color: rgb(49,186,72); }
div.DivClassName
{
background-color: #31BA48;
}
.BgClassName
{
background-color: #31BA48;
}
</style>
border-color css
<style>
span { border-color: #31BA48; }
span { border-color: rgb(49,186,72); }
td.TdClassName
{
border-color: #31BA48;
}
.TagClassName
{
border-color: #31BA48;
}
</style>