Shades of Lime Green #31E93A
Tints of Lime Green #31E93A
RGB
CMYK
RGB Variations
Color information
#31E93A (or 0x31E93A) is known color: Lime Green. HEX triplet: 31, E9 and 3A. RGB value is (49,233,58). Sum of RGB (Red+Green+Blue) = 49+233+58=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #31E93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E93A is #CE16C5. Grayscale: #9E9E9E. Windows color (decimal): -13506246 or 3860785. OLE color: 3860785.
HSL color Cylindrical-coordinate representation of color #31E93A: hue angle of 122.93º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E93A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 58 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.09 |
| HSL | 122.93º | 0.81% | 0.55% | - |
| HSV(B) | 122.93º | 0.79% | 0.91% | - |
| XYZ | 31.17 | 59.24 | 13.79 | - |
| YUV | 158.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 58 | 0.79 | 0 | 0.75 | 0.09 | 122.93 | 0.81 | 0.55 |
| Hex | 31 | E9 | 3A | 4F | 0 | 4B | 9 | 7B | 51 | 37 |
| Octal | 61 | 351 | 72 | 117 | 0 | 113 | 11 | 173 | 121 | 67 |
| Binary | 110001 | 11101001 | 111010 | 1001111 | 0 | 1001011 | 1001 | 1111011 | 1010001 | 110111 |
Color Harmonies of #31E93A
Complementary color
Monochromatic Colors of #31E93A
Black with #31E93A
Text Example
Text Example
White with #31E93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E93A; }
p { color: rgb(49,233,58); }
H1.HeaderClassName
{
color: #31E93A;
}
.AnyTagClassName
{
color: #31E93A;
}
</style>
background-color css
<style>
a { background-color: #31E93A; }
a { background-color: rgb(49,233,58); }
div.DivClassName
{
background-color: #31E93A;
}
.BgClassName
{
background-color: #31E93A;
}
</style>
border-color css
<style>
span { border-color: #31E93A; }
span { border-color: rgb(49,233,58); }
td.TdClassName
{
border-color: #31E93A;
}
.TagClassName
{
border-color: #31E93A;
}
</style>