Shades of Lime Green #31E32A
Tints of Lime Green #31E32A
RGB
CMYK
RGB Variations
Color information
#31E32A (or 0x31E32A) is known color: Lime Green. HEX triplet: 31, E3 and 2A. RGB value is (49,227,42). Sum of RGB (Red+Green+Blue) = 49+227+42=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #31E32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E32A is #CE1CD5. Grayscale: #999999. Windows color (decimal): -13507798 or 2810673. OLE color: 2810673.
HSL color Cylindrical-coordinate representation of color #31E32A: hue angle of 117.73º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E32A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 227 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.11 |
| HSL | 117.73º | 0.77% | 0.53% | - |
| HSV(B) | 117.73º | 0.81% | 0.89% | - |
| XYZ | 29.15 | 55.76 | 11.42 | - |
| YUV | 152.69 | 65.53 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 227 | 42 | 0.78 | 0 | 0.81 | 0.11 | 117.73 | 0.77 | 0.53 |
| Hex | 31 | E3 | 2A | 4E | 0 | 51 | B | 76 | 4D | 35 |
| Octal | 61 | 343 | 52 | 116 | 0 | 121 | 13 | 166 | 115 | 65 |
| Binary | 110001 | 11100011 | 101010 | 1001110 | 0 | 1010001 | 1011 | 1110110 | 1001101 | 110101 |
Color Harmonies of #31E32A
Complementary color
Monochromatic Colors of #31E32A
Black with #31E32A
Text Example
Text Example
White with #31E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E32A; }
p { color: rgb(49,227,42); }
H1.HeaderClassName
{
color: #31E32A;
}
.AnyTagClassName
{
color: #31E32A;
}
</style>
background-color css
<style>
a { background-color: #31E32A; }
a { background-color: rgb(49,227,42); }
div.DivClassName
{
background-color: #31E32A;
}
.BgClassName
{
background-color: #31E32A;
}
</style>
border-color css
<style>
span { border-color: #31E32A; }
span { border-color: rgb(49,227,42); }
td.TdClassName
{
border-color: #31E32A;
}
.TagClassName
{
border-color: #31E32A;
}
</style>