Shades of Lime Green #31F249
Tints of Lime Green #31F249
RGB
CMYK
RGB Variations
Color information
#31F249 (or 0x31F249) is known color: Lime Green. HEX triplet: 31, F2 and 49. RGB value is (49,242,73). Sum of RGB (Red+Green+Blue) = 49+242+73=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #31F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F249 is #CE0DB6. Grayscale: #A5A5A5. Windows color (decimal): -13503927 or 4846129. OLE color: 4846129.
HSL color Cylindrical-coordinate representation of color #31F249: hue angle of 127.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F249 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 73 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.05 |
| HSL | 127.46º | 0.88% | 0.57% | - |
| HSV(B) | 127.46º | 0.8% | 0.95% | - |
| XYZ | 34.22 | 64.64 | 16.98 | - |
| YUV | 165.03 | 76.06 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 73 | 0.80 | 0 | 0.70 | 0.05 | 127.46 | 0.88 | 0.57 |
| Hex | 31 | F2 | 49 | 50 | 0 | 46 | 5 | 7F | 58 | 39 |
| Octal | 61 | 362 | 111 | 120 | 0 | 106 | 5 | 177 | 130 | 71 |
| Binary | 110001 | 11110010 | 1001001 | 1010000 | 0 | 1000110 | 101 | 1111111 | 1011000 | 111001 |
Color Harmonies of #31F249
Complementary color
Monochromatic Colors of #31F249
Black with #31F249
Text Example
Text Example
White with #31F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F249; }
p { color: rgb(49,242,73); }
H1.HeaderClassName
{
color: #31F249;
}
.AnyTagClassName
{
color: #31F249;
}
</style>
background-color css
<style>
a { background-color: #31F249; }
a { background-color: rgb(49,242,73); }
div.DivClassName
{
background-color: #31F249;
}
.BgClassName
{
background-color: #31F249;
}
</style>
border-color css
<style>
span { border-color: #31F249; }
span { border-color: rgb(49,242,73); }
td.TdClassName
{
border-color: #31F249;
}
.TagClassName
{
border-color: #31F249;
}
</style>