Shades of Lime Green #31B741
Tints of Lime Green #31B741
RGB
CMYK
RGB Variations
Color information
#31B741 (or 0x31B741) is known color: Lime Green. HEX triplet: 31, B7 and 41. RGB value is (49,183,65). Sum of RGB (Red+Green+Blue) = 49+183+65=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #31B741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B741 is #CE48BE. Grayscale: #818181. Windows color (decimal): -13519039 or 4306737. OLE color: 4306737.
HSL color Cylindrical-coordinate representation of color #31B741: hue angle of 127.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B741 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 65 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.28 |
| HSL | 127.16º | 0.58% | 0.45% | - |
| HSV(B) | 127.16º | 0.73% | 0.72% | - |
| XYZ | 19.15 | 34.9 | 10.73 | - |
| YUV | 129.48 | 91.61 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 65 | 0.73 | 0 | 0.64 | 0.28 | 127.16 | 0.58 | 0.45 |
| Hex | 31 | B7 | 41 | 49 | 0 | 40 | 1C | 7F | 3A | 2D |
| Octal | 61 | 267 | 101 | 111 | 0 | 100 | 34 | 177 | 72 | 55 |
| Binary | 110001 | 10110111 | 1000001 | 1001001 | 0 | 1000000 | 11100 | 1111111 | 111010 | 101101 |
Color Harmonies of #31B741
Complementary color
Monochromatic Colors of #31B741
Black with #31B741
Text Example
Text Example
White with #31B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B741; }
p { color: rgb(49,183,65); }
H1.HeaderClassName
{
color: #31B741;
}
.AnyTagClassName
{
color: #31B741;
}
</style>
background-color css
<style>
a { background-color: #31B741; }
a { background-color: rgb(49,183,65); }
div.DivClassName
{
background-color: #31B741;
}
.BgClassName
{
background-color: #31B741;
}
</style>
border-color css
<style>
span { border-color: #31B741; }
span { border-color: rgb(49,183,65); }
td.TdClassName
{
border-color: #31B741;
}
.TagClassName
{
border-color: #31B741;
}
</style>