Shades of Lime Green #31F937
Tints of Lime Green #31F937
RGB
CMYK
RGB Variations
Color information
#31F937 (or 0x31F937) is known color: Lime Green. HEX triplet: 31, F9 and 37. RGB value is (49,249,55). Sum of RGB (Red+Green+Blue) = 49+249+55=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #31F937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F937 is #CE06C8. Grayscale: #A7A7A7. Windows color (decimal): -13502153 or 3668273. OLE color: 3668273.
HSL color Cylindrical-coordinate representation of color #31F937: hue angle of 121.8º 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 #31F937 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 55 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.02 |
| HSL | 121.8º | 0.94% | 0.58% | - |
| HSV(B) | 121.8º | 0.8% | 0.98% | - |
| XYZ | 35.83 | 68.68 | 14.98 | - |
| YUV | 167.08 | 64.74 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 55 | 0.80 | 0 | 0.78 | 0.02 | 121.8 | 0.94 | 0.58 |
| Hex | 31 | F9 | 37 | 50 | 0 | 4E | 2 | 7A | 5E | 3A |
| Octal | 61 | 371 | 67 | 120 | 0 | 116 | 2 | 172 | 136 | 72 |
| Binary | 110001 | 11111001 | 110111 | 1010000 | 0 | 1001110 | 10 | 1111010 | 1011110 | 111010 |
Color Harmonies of #31F937
Complementary color
Monochromatic Colors of #31F937
Black with #31F937
Text Example
Text Example
White with #31F937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F937; }
p { color: rgb(49,249,55); }
H1.HeaderClassName
{
color: #31F937;
}
.AnyTagClassName
{
color: #31F937;
}
</style>
background-color css
<style>
a { background-color: #31F937; }
a { background-color: rgb(49,249,55); }
div.DivClassName
{
background-color: #31F937;
}
.BgClassName
{
background-color: #31F937;
}
</style>
border-color css
<style>
span { border-color: #31F937; }
span { border-color: rgb(49,249,55); }
td.TdClassName
{
border-color: #31F937;
}
.TagClassName
{
border-color: #31F937;
}
</style>