Shades of Lime Green #31E048
Tints of Lime Green #31E048
RGB
CMYK
RGB Variations
Color information
#31E048 (or 0x31E048) is known color: Lime Green. HEX triplet: 31, E0 and 48. RGB value is (49,224,72). Sum of RGB (Red+Green+Blue) = 49+224+72=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #31E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E048 is #CE1FB7. Grayscale: #9A9A9A. Windows color (decimal): -13508536 or 4775985. OLE color: 4775985.
HSL color Cylindrical-coordinate representation of color #31E048: hue angle of 127.89º degrees, saturation: 0.74, 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 #31E048 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 72 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.12 |
| HSL | 127.89º | 0.74% | 0.54% | - |
| HSV(B) | 127.89º | 0.78% | 0.88% | - |
| XYZ | 29.09 | 54.43 | 15.1 | - |
| YUV | 154.35 | 81.52 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 72 | 0.78 | 0 | 0.68 | 0.12 | 127.89 | 0.74 | 0.54 |
| Hex | 31 | E0 | 48 | 4E | 0 | 44 | C | 80 | 4A | 36 |
| Octal | 61 | 340 | 110 | 116 | 0 | 104 | 14 | 200 | 112 | 66 |
| Binary | 110001 | 11100000 | 1001000 | 1001110 | 0 | 1000100 | 1100 | 10000000 | 1001010 | 110110 |
Color Harmonies of #31E048
Complementary color
Monochromatic Colors of #31E048
Black with #31E048
Text Example
Text Example
White with #31E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E048; }
p { color: rgb(49,224,72); }
H1.HeaderClassName
{
color: #31E048;
}
.AnyTagClassName
{
color: #31E048;
}
</style>
background-color css
<style>
a { background-color: #31E048; }
a { background-color: rgb(49,224,72); }
div.DivClassName
{
background-color: #31E048;
}
.BgClassName
{
background-color: #31E048;
}
</style>
border-color css
<style>
span { border-color: #31E048; }
span { border-color: rgb(49,224,72); }
td.TdClassName
{
border-color: #31E048;
}
.TagClassName
{
border-color: #31E048;
}
</style>