Shades of Lime Green #31E149
Tints of Lime Green #31E149
RGB
CMYK
RGB Variations
Color information
#31E149 (or 0x31E149) is known color: Lime Green. HEX triplet: 31, E1 and 49. RGB value is (49,225,73). Sum of RGB (Red+Green+Blue) = 49+225+73=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 225 (88.28% from 255 or 64.84% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 225 - color contains mainly: green. Hex color #31E149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E149 is #CE1EB6. Grayscale: #9B9B9B. Windows color (decimal): -13508279 or 4841777. OLE color: 4841777.
HSL color Cylindrical-coordinate representation of color #31E149: hue angle of 128.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E149 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 73 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.12 |
| HSL | 128.18º | 0.75% | 0.54% | - |
| HSV(B) | 128.18º | 0.78% | 0.88% | - |
| XYZ | 29.39 | 54.98 | 15.37 | - |
| YUV | 155.05 | 81.69 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 73 | 0.78 | 0 | 0.68 | 0.12 | 128.18 | 0.75 | 0.54 |
| Hex | 31 | E1 | 49 | 4E | 0 | 44 | C | 80 | 4B | 36 |
| Octal | 61 | 341 | 111 | 116 | 0 | 104 | 14 | 200 | 113 | 66 |
| Binary | 110001 | 11100001 | 1001001 | 1001110 | 0 | 1000100 | 1100 | 10000000 | 1001011 | 110110 |
Color Harmonies of #31E149
Complementary color
Monochromatic Colors of #31E149
Black with #31E149
Text Example
Text Example
White with #31E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E149; }
p { color: rgb(49,225,73); }
H1.HeaderClassName
{
color: #31E149;
}
.AnyTagClassName
{
color: #31E149;
}
</style>
background-color css
<style>
a { background-color: #31E149; }
a { background-color: rgb(49,225,73); }
div.DivClassName
{
background-color: #31E149;
}
.BgClassName
{
background-color: #31E149;
}
</style>
border-color css
<style>
span { border-color: #31E149; }
span { border-color: rgb(49,225,73); }
td.TdClassName
{
border-color: #31E149;
}
.TagClassName
{
border-color: #31E149;
}
</style>