Shades of Lime Green #31E435
Tints of Lime Green #31E435
RGB
CMYK
RGB Variations
Color information
#31E435 (or 0x31E435) is known color: Lime Green. HEX triplet: 31, E4 and 35. RGB value is (49,228,53). Sum of RGB (Red+Green+Blue) = 49+228+53=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #31E435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E435 is #CE1BCA. Grayscale: #9B9B9B. Windows color (decimal): -13507531 or 3531825. OLE color: 3531825.
HSL color Cylindrical-coordinate representation of color #31E435: hue angle of 121.34º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E435 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 53 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.11 |
| HSL | 121.34º | 0.77% | 0.54% | - |
| HSV(B) | 121.34º | 0.79% | 0.89% | - |
| XYZ | 29.65 | 56.4 | 12.69 | - |
| YUV | 154.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 53 | 0.79 | 0 | 0.77 | 0.11 | 121.34 | 0.77 | 0.54 |
| Hex | 31 | E4 | 35 | 4F | 0 | 4D | B | 79 | 4D | 36 |
| Octal | 61 | 344 | 65 | 117 | 0 | 115 | 13 | 171 | 115 | 66 |
| Binary | 110001 | 11100100 | 110101 | 1001111 | 0 | 1001101 | 1011 | 1111001 | 1001101 | 110110 |
Color Harmonies of #31E435
Complementary color
Monochromatic Colors of #31E435
Black with #31E435
Text Example
Text Example
White with #31E435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E435; }
p { color: rgb(49,228,53); }
H1.HeaderClassName
{
color: #31E435;
}
.AnyTagClassName
{
color: #31E435;
}
</style>
background-color css
<style>
a { background-color: #31E435; }
a { background-color: rgb(49,228,53); }
div.DivClassName
{
background-color: #31E435;
}
.BgClassName
{
background-color: #31E435;
}
</style>
border-color css
<style>
span { border-color: #31E435; }
span { border-color: rgb(49,228,53); }
td.TdClassName
{
border-color: #31E435;
}
.TagClassName
{
border-color: #31E435;
}
</style>