Shades of Lime Green #31E51A
Tints of Lime Green #31E51A
RGB
CMYK
RGB Variations
Color information
#31E51A (or 0x31E51A) is known color: Lime Green. HEX triplet: 31, E5 and 1A. RGB value is (49,229,26). Sum of RGB (Red+Green+Blue) = 49+229+26=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #31E51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E51A is #CE1AE5. Grayscale: #989898. Windows color (decimal): -13507302 or 1762609. OLE color: 1762609.
HSL color Cylindrical-coordinate representation of color #31E51A: hue angle of 113.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31E51A is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 26 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.10 |
| HSL | 113.2º | 0.8% | 0.5% | - |
| HSV(B) | 113.2º | 0.89% | 0.9% | - |
| XYZ | 29.47 | 56.77 | 10.38 | - |
| YUV | 152.04 | 56.87 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 26 | 0.79 | 0 | 0.89 | 0.10 | 113.2 | 0.8 | 0.5 |
| Hex | 31 | E5 | 1A | 4F | 0 | 59 | A | 71 | 50 | 32 |
| Octal | 61 | 345 | 32 | 117 | 0 | 131 | 12 | 161 | 120 | 62 |
| Binary | 110001 | 11100101 | 11010 | 1001111 | 0 | 1011001 | 1010 | 1110001 | 1010000 | 110010 |
Color Harmonies of #31E51A
Complementary color
Monochromatic Colors of #31E51A
Black with #31E51A
Text Example
Text Example
White with #31E51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E51A; }
p { color: rgb(49,229,26); }
H1.HeaderClassName
{
color: #31E51A;
}
.AnyTagClassName
{
color: #31E51A;
}
</style>
background-color css
<style>
a { background-color: #31E51A; }
a { background-color: rgb(49,229,26); }
div.DivClassName
{
background-color: #31E51A;
}
.BgClassName
{
background-color: #31E51A;
}
</style>
border-color css
<style>
span { border-color: #31E51A; }
span { border-color: rgb(49,229,26); }
td.TdClassName
{
border-color: #31E51A;
}
.TagClassName
{
border-color: #31E51A;
}
</style>