Shades of Lime Green #31C539
Tints of Lime Green #31C539
RGB
CMYK
RGB Variations
Color information
#31C539 (or 0x31C539) is known color: Lime Green. HEX triplet: 31, C5 and 39. RGB value is (49,197,57). Sum of RGB (Red+Green+Blue) = 49+197+57=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #31C539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C539 is #CE3AC6. Grayscale: #898989. Windows color (decimal): -13515463 or 3786033. OLE color: 3786033.
HSL color Cylindrical-coordinate representation of color #31C539: hue angle of 123.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C539 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 57 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.23 |
| HSL | 123.24º | 0.6% | 0.48% | - |
| HSV(B) | 123.24º | 0.75% | 0.77% | - |
| XYZ | 21.97 | 40.88 | 10.6 | - |
| YUV | 136.79 | 82.97 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 57 | 0.75 | 0 | 0.71 | 0.23 | 123.24 | 0.6 | 0.48 |
| Hex | 31 | C5 | 39 | 4B | 0 | 47 | 17 | 7B | 3C | 30 |
| Octal | 61 | 305 | 71 | 113 | 0 | 107 | 27 | 173 | 74 | 60 |
| Binary | 110001 | 11000101 | 111001 | 1001011 | 0 | 1000111 | 10111 | 1111011 | 111100 | 110000 |
Color Harmonies of #31C539
Complementary color
Monochromatic Colors of #31C539
Black with #31C539
Text Example
Text Example
White with #31C539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C539; }
p { color: rgb(49,197,57); }
H1.HeaderClassName
{
color: #31C539;
}
.AnyTagClassName
{
color: #31C539;
}
</style>
background-color css
<style>
a { background-color: #31C539; }
a { background-color: rgb(49,197,57); }
div.DivClassName
{
background-color: #31C539;
}
.BgClassName
{
background-color: #31C539;
}
</style>
border-color css
<style>
span { border-color: #31C539; }
span { border-color: rgb(49,197,57); }
td.TdClassName
{
border-color: #31C539;
}
.TagClassName
{
border-color: #31C539;
}
</style>