Shades of Lime Green #31F149
Tints of Lime Green #31F149
RGB
CMYK
RGB Variations
Color information
#31F149 (or 0x31F149) is known color: Lime Green. HEX triplet: 31, F1 and 49. RGB value is (49,241,73). Sum of RGB (Red+Green+Blue) = 49+241+73=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #31F149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F149 is #CE0EB6. Grayscale: #A4A4A4. Windows color (decimal): -13504183 or 4845873. OLE color: 4845873.
HSL color Cylindrical-coordinate representation of color #31F149: hue angle of 127.5º degrees, saturation: 0.87, 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 #31F149 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 73 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.05 |
| HSL | 127.5º | 0.87% | 0.57% | - |
| HSV(B) | 127.5º | 0.8% | 0.95% | - |
| XYZ | 33.92 | 64.04 | 16.88 | - |
| YUV | 164.44 | 76.39 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 73 | 0.80 | 0 | 0.70 | 0.05 | 127.5 | 0.87 | 0.57 |
| Hex | 31 | F1 | 49 | 50 | 0 | 46 | 5 | 80 | 57 | 39 |
| Octal | 61 | 361 | 111 | 120 | 0 | 106 | 5 | 200 | 127 | 71 |
| Binary | 110001 | 11110001 | 1001001 | 1010000 | 0 | 1000110 | 101 | 10000000 | 1010111 | 111001 |
Color Harmonies of #31F149
Complementary color
Monochromatic Colors of #31F149
Black with #31F149
Text Example
Text Example
White with #31F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F149; }
p { color: rgb(49,241,73); }
H1.HeaderClassName
{
color: #31F149;
}
.AnyTagClassName
{
color: #31F149;
}
</style>
background-color css
<style>
a { background-color: #31F149; }
a { background-color: rgb(49,241,73); }
div.DivClassName
{
background-color: #31F149;
}
.BgClassName
{
background-color: #31F149;
}
</style>
border-color css
<style>
span { border-color: #31F149; }
span { border-color: rgb(49,241,73); }
td.TdClassName
{
border-color: #31F149;
}
.TagClassName
{
border-color: #31F149;
}
</style>