Shades of Lime Green #31BA3F
Tints of Lime Green #31BA3F
RGB
CMYK
RGB Variations
Color information
#31BA3F (or 0x31BA3F) is known color: Lime Green. HEX triplet: 31, BA and 3F. RGB value is (49,186,63). Sum of RGB (Red+Green+Blue) = 49+186+63=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA3F is #CE45C0. Grayscale: #838383. Windows color (decimal): -13518273 or 4176433. OLE color: 4176433.
HSL color Cylindrical-coordinate representation of color #31BA3F: hue angle of 126.13º 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 #31BA3F is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 63 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.27 |
| HSL | 126.13º | 0.58% | 0.46% | - |
| HSV(B) | 126.13º | 0.74% | 0.73% | - |
| XYZ | 19.72 | 36.13 | 10.64 | - |
| YUV | 131.02 | 89.61 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 63 | 0.74 | 0 | 0.66 | 0.27 | 126.13 | 0.58 | 0.46 |
| Hex | 31 | BA | 3F | 4A | 0 | 42 | 1B | 7E | 3A | 2E |
| Octal | 61 | 272 | 77 | 112 | 0 | 102 | 33 | 176 | 72 | 56 |
| Binary | 110001 | 10111010 | 111111 | 1001010 | 0 | 1000010 | 11011 | 1111110 | 111010 | 101110 |
Color Harmonies of #31BA3F
Complementary color
Monochromatic Colors of #31BA3F
Black with #31BA3F
Text Example
Text Example
White with #31BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA3F; }
p { color: rgb(49,186,63); }
H1.HeaderClassName
{
color: #31BA3F;
}
.AnyTagClassName
{
color: #31BA3F;
}
</style>
background-color css
<style>
a { background-color: #31BA3F; }
a { background-color: rgb(49,186,63); }
div.DivClassName
{
background-color: #31BA3F;
}
.BgClassName
{
background-color: #31BA3F;
}
</style>
border-color css
<style>
span { border-color: #31BA3F; }
span { border-color: rgb(49,186,63); }
td.TdClassName
{
border-color: #31BA3F;
}
.TagClassName
{
border-color: #31BA3F;
}
</style>