Shades of Lime Green #31BA41
Tints of Lime Green #31BA41
RGB
CMYK
RGB Variations
Color information
#31BA41 (or 0x31BA41) is known color: Lime Green. HEX triplet: 31, BA and 41. RGB value is (49,186,65). Sum of RGB (Red+Green+Blue) = 49+186+65=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA41 is #CE45BE. Grayscale: #838383. Windows color (decimal): -13518271 or 4307505. OLE color: 4307505.
HSL color Cylindrical-coordinate representation of color #31BA41: hue angle of 127.01º 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 #31BA41 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 65 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.27 |
| HSL | 127.01º | 0.58% | 0.46% | - |
| HSV(B) | 127.01º | 0.74% | 0.73% | - |
| XYZ | 19.78 | 36.15 | 10.94 | - |
| YUV | 131.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 65 | 0.74 | 0 | 0.65 | 0.27 | 127.01 | 0.58 | 0.46 |
| Hex | 31 | BA | 41 | 4A | 0 | 41 | 1B | 7F | 3A | 2E |
| Octal | 61 | 272 | 101 | 112 | 0 | 101 | 33 | 177 | 72 | 56 |
| Binary | 110001 | 10111010 | 1000001 | 1001010 | 0 | 1000001 | 11011 | 1111111 | 111010 | 101110 |
Color Harmonies of #31BA41
Complementary color
Monochromatic Colors of #31BA41
Black with #31BA41
Text Example
Text Example
White with #31BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA41; }
p { color: rgb(49,186,65); }
H1.HeaderClassName
{
color: #31BA41;
}
.AnyTagClassName
{
color: #31BA41;
}
</style>
background-color css
<style>
a { background-color: #31BA41; }
a { background-color: rgb(49,186,65); }
div.DivClassName
{
background-color: #31BA41;
}
.BgClassName
{
background-color: #31BA41;
}
</style>
border-color css
<style>
span { border-color: #31BA41; }
span { border-color: rgb(49,186,65); }
td.TdClassName
{
border-color: #31BA41;
}
.TagClassName
{
border-color: #31BA41;
}
</style>