Shades of Lime Green #31F949
Tints of Lime Green #31F949
RGB
CMYK
RGB Variations
Color information
#31F949 (or 0x31F949) is known color: Lime Green. HEX triplet: 31, F9 and 49. RGB value is (49,249,73). Sum of RGB (Red+Green+Blue) = 49+249+73=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #31F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F949 is #CE06B6. Grayscale: #A9A9A9. Windows color (decimal): -13502135 or 4847921. OLE color: 4847921.
HSL color Cylindrical-coordinate representation of color #31F949: hue angle of 127.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F949 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 73 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.02 |
| HSL | 127.2º | 0.94% | 0.58% | - |
| HSV(B) | 127.2º | 0.8% | 0.98% | - |
| XYZ | 36.34 | 68.89 | 17.68 | - |
| YUV | 169.14 | 73.74 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 73 | 0.80 | 0 | 0.71 | 0.02 | 127.2 | 0.94 | 0.58 |
| Hex | 31 | F9 | 49 | 50 | 0 | 47 | 2 | 7F | 5E | 3A |
| Octal | 61 | 371 | 111 | 120 | 0 | 107 | 2 | 177 | 136 | 72 |
| Binary | 110001 | 11111001 | 1001001 | 1010000 | 0 | 1000111 | 10 | 1111111 | 1011110 | 111010 |
Color Harmonies of #31F949
Complementary color
Monochromatic Colors of #31F949
Black with #31F949
Text Example
Text Example
White with #31F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F949; }
p { color: rgb(49,249,73); }
H1.HeaderClassName
{
color: #31F949;
}
.AnyTagClassName
{
color: #31F949;
}
</style>
background-color css
<style>
a { background-color: #31F949; }
a { background-color: rgb(49,249,73); }
div.DivClassName
{
background-color: #31F949;
}
.BgClassName
{
background-color: #31F949;
}
</style>
border-color css
<style>
span { border-color: #31F949; }
span { border-color: rgb(49,249,73); }
td.TdClassName
{
border-color: #31F949;
}
.TagClassName
{
border-color: #31F949;
}
</style>