Shades of Lime Green #31E144
Tints of Lime Green #31E144
RGB
CMYK
RGB Variations
Color information
#31E144 (or 0x31E144) is known color: Lime Green. HEX triplet: 31, E1 and 44. RGB value is (49,225,68). Sum of RGB (Red+Green+Blue) = 49+225+68=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #31E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E144 is #CE1EBB. Grayscale: #9A9A9A. Windows color (decimal): -13508284 or 4514097. OLE color: 4514097.
HSL color Cylindrical-coordinate representation of color #31E144: hue angle of 126.48º 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 #31E144 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 68 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.12 |
| HSL | 126.48º | 0.75% | 0.54% | - |
| HSV(B) | 126.48º | 0.78% | 0.88% | - |
| XYZ | 29.24 | 54.92 | 14.53 | - |
| YUV | 154.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 68 | 0.78 | 0 | 0.70 | 0.12 | 126.48 | 0.75 | 0.54 |
| Hex | 31 | E1 | 44 | 4E | 0 | 46 | C | 7E | 4B | 36 |
| Octal | 61 | 341 | 104 | 116 | 0 | 106 | 14 | 176 | 113 | 66 |
| Binary | 110001 | 11100001 | 1000100 | 1001110 | 0 | 1000110 | 1100 | 1111110 | 1001011 | 110110 |
Color Harmonies of #31E144
Complementary color
Monochromatic Colors of #31E144
Black with #31E144
Text Example
Text Example
White with #31E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E144; }
p { color: rgb(49,225,68); }
H1.HeaderClassName
{
color: #31E144;
}
.AnyTagClassName
{
color: #31E144;
}
</style>
background-color css
<style>
a { background-color: #31E144; }
a { background-color: rgb(49,225,68); }
div.DivClassName
{
background-color: #31E144;
}
.BgClassName
{
background-color: #31E144;
}
</style>
border-color css
<style>
span { border-color: #31E144; }
span { border-color: rgb(49,225,68); }
td.TdClassName
{
border-color: #31E144;
}
.TagClassName
{
border-color: #31E144;
}
</style>