Shades of Lime Green #31E130
Tints of Lime Green #31E130
RGB
CMYK
RGB Variations
Color information
#31E130 (or 0x31E130) is known color: Lime Green. HEX triplet: 31, E1 and 30. RGB value is (49,225,48). Sum of RGB (Red+Green+Blue) = 49+225+48=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #31E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E130 is #CE1ECF. Grayscale: #989898. Windows color (decimal): -13508304 or 3203377. OLE color: 3203377.
HSL color Cylindrical-coordinate representation of color #31E130: hue angle of 119.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E130 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 48 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.12 |
| HSL | 119.66º | 0.75% | 0.54% | - |
| HSV(B) | 119.66º | 0.79% | 0.88% | - |
| XYZ | 28.73 | 54.72 | 11.84 | - |
| YUV | 152.2 | 69.19 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 48 | 0.78 | 0 | 0.79 | 0.12 | 119.66 | 0.75 | 0.54 |
| Hex | 31 | E1 | 30 | 4E | 0 | 4F | C | 78 | 4B | 36 |
| Octal | 61 | 341 | 60 | 116 | 0 | 117 | 14 | 170 | 113 | 66 |
| Binary | 110001 | 11100001 | 110000 | 1001110 | 0 | 1001111 | 1100 | 1111000 | 1001011 | 110110 |
Color Harmonies of #31E130
Complementary color
Monochromatic Colors of #31E130
Black with #31E130
Text Example
Text Example
White with #31E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E130; }
p { color: rgb(49,225,48); }
H1.HeaderClassName
{
color: #31E130;
}
.AnyTagClassName
{
color: #31E130;
}
</style>
background-color css
<style>
a { background-color: #31E130; }
a { background-color: rgb(49,225,48); }
div.DivClassName
{
background-color: #31E130;
}
.BgClassName
{
background-color: #31E130;
}
</style>
border-color css
<style>
span { border-color: #31E130; }
span { border-color: rgb(49,225,48); }
td.TdClassName
{
border-color: #31E130;
}
.TagClassName
{
border-color: #31E130;
}
</style>