Shades of Lime Green #31BA35
Tints of Lime Green #31BA35
RGB
CMYK
RGB Variations
Color information
#31BA35 (or 0x31BA35) is known color: Lime Green. HEX triplet: 31, BA and 35. RGB value is (49,186,53). Sum of RGB (Red+Green+Blue) = 49+186+53=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA35 is #CE45CA. Grayscale: #828282. Windows color (decimal): -13518283 or 3521073. OLE color: 3521073.
HSL color Cylindrical-coordinate representation of color #31BA35: hue angle of 121.75º 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 #31BA35 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 53 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.27 |
| HSL | 121.75º | 0.58% | 0.46% | - |
| HSV(B) | 121.75º | 0.74% | 0.73% | - |
| XYZ | 19.47 | 36.03 | 9.3 | - |
| YUV | 129.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 53 | 0.74 | 0 | 0.72 | 0.27 | 121.75 | 0.58 | 0.46 |
| Hex | 31 | BA | 35 | 4A | 0 | 48 | 1B | 7A | 3A | 2E |
| Octal | 61 | 272 | 65 | 112 | 0 | 110 | 33 | 172 | 72 | 56 |
| Binary | 110001 | 10111010 | 110101 | 1001010 | 0 | 1001000 | 11011 | 1111010 | 111010 | 101110 |
Color Harmonies of #31BA35
Complementary color
Monochromatic Colors of #31BA35
Black with #31BA35
Text Example
Text Example
White with #31BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA35; }
p { color: rgb(49,186,53); }
H1.HeaderClassName
{
color: #31BA35;
}
.AnyTagClassName
{
color: #31BA35;
}
</style>
background-color css
<style>
a { background-color: #31BA35; }
a { background-color: rgb(49,186,53); }
div.DivClassName
{
background-color: #31BA35;
}
.BgClassName
{
background-color: #31BA35;
}
</style>
border-color css
<style>
span { border-color: #31BA35; }
span { border-color: rgb(49,186,53); }
td.TdClassName
{
border-color: #31BA35;
}
.TagClassName
{
border-color: #31BA35;
}
</style>