Shades of Lime Green #31EE49
Tints of Lime Green #31EE49
RGB
CMYK
RGB Variations
Color information
#31EE49 (or 0x31EE49) is known color: Lime Green. HEX triplet: 31, EE and 49. RGB value is (49,238,73). Sum of RGB (Red+Green+Blue) = 49+238+73=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 238 (93.36% from 255 or 66.11% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EE49 is #CE11B6. Grayscale: #A3A3A3. Windows color (decimal): -13504951 or 4845105. OLE color: 4845105.
HSL color Cylindrical-coordinate representation of color #31EE49: hue angle of 127.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EE49 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 73 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.07 |
| HSL | 127.62º | 0.85% | 0.56% | - |
| HSV(B) | 127.62º | 0.79% | 0.93% | - |
| XYZ | 33.04 | 62.28 | 16.58 | - |
| YUV | 162.68 | 77.38 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 73 | 0.79 | 0 | 0.69 | 0.07 | 127.62 | 0.85 | 0.56 |
| Hex | 31 | EE | 49 | 4F | 0 | 45 | 7 | 80 | 55 | 38 |
| Octal | 61 | 356 | 111 | 117 | 0 | 105 | 7 | 200 | 125 | 70 |
| Binary | 110001 | 11101110 | 1001001 | 1001111 | 0 | 1000101 | 111 | 10000000 | 1010101 | 111000 |
Color Harmonies of #31EE49
Complementary color
Monochromatic Colors of #31EE49
Black with #31EE49
Text Example
Text Example
White with #31EE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EE49; }
p { color: rgb(49,238,73); }
H1.HeaderClassName
{
color: #31EE49;
}
.AnyTagClassName
{
color: #31EE49;
}
</style>
background-color css
<style>
a { background-color: #31EE49; }
a { background-color: rgb(49,238,73); }
div.DivClassName
{
background-color: #31EE49;
}
.BgClassName
{
background-color: #31EE49;
}
</style>
border-color css
<style>
span { border-color: #31EE49; }
span { border-color: rgb(49,238,73); }
td.TdClassName
{
border-color: #31EE49;
}
.TagClassName
{
border-color: #31EE49;
}
</style>