Shades of Lime Green #31E13B
Tints of Lime Green #31E13B
RGB
CMYK
RGB Variations
Color information
#31E13B (or 0x31E13B) is known color: Lime Green. HEX triplet: 31, E1 and 3B. RGB value is (49,225,59). Sum of RGB (Red+Green+Blue) = 49+225+59=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #31E13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E13B is #CE1EC4. Grayscale: #999999. Windows color (decimal): -13508293 or 3924273. OLE color: 3924273.
HSL color Cylindrical-coordinate representation of color #31E13B: hue angle of 123.41º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E13B is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 59 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.12 |
| HSL | 123.41º | 0.75% | 0.54% | - |
| HSV(B) | 123.41º | 0.78% | 0.88% | - |
| XYZ | 28.98 | 54.82 | 13.19 | - |
| YUV | 153.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 59 | 0.78 | 0 | 0.74 | 0.12 | 123.41 | 0.75 | 0.54 |
| Hex | 31 | E1 | 3B | 4E | 0 | 4A | C | 7B | 4B | 36 |
| Octal | 61 | 341 | 73 | 116 | 0 | 112 | 14 | 173 | 113 | 66 |
| Binary | 110001 | 11100001 | 111011 | 1001110 | 0 | 1001010 | 1100 | 1111011 | 1001011 | 110110 |
Color Harmonies of #31E13B
Complementary color
Monochromatic Colors of #31E13B
Black with #31E13B
Text Example
Text Example
White with #31E13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E13B; }
p { color: rgb(49,225,59); }
H1.HeaderClassName
{
color: #31E13B;
}
.AnyTagClassName
{
color: #31E13B;
}
</style>
background-color css
<style>
a { background-color: #31E13B; }
a { background-color: rgb(49,225,59); }
div.DivClassName
{
background-color: #31E13B;
}
.BgClassName
{
background-color: #31E13B;
}
</style>
border-color css
<style>
span { border-color: #31E13B; }
span { border-color: rgb(49,225,59); }
td.TdClassName
{
border-color: #31E13B;
}
.TagClassName
{
border-color: #31E13B;
}
</style>