Shades of Lime Green #31E13D
Tints of Lime Green #31E13D
RGB
CMYK
RGB Variations
Color information
#31E13D (or 0x31E13D) is known color: Lime Green. HEX triplet: 31, E1 and 3D. RGB value is (49,225,61). Sum of RGB (Red+Green+Blue) = 49+225+61=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #31E13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E13D is #CE1EC2. Grayscale: #9A9A9A. Windows color (decimal): -13508291 or 4055345. OLE color: 4055345.
HSL color Cylindrical-coordinate representation of color #31E13D: hue angle of 124.09º 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 #31E13D is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 61 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.12 |
| HSL | 124.09º | 0.75% | 0.54% | - |
| HSV(B) | 124.09º | 0.78% | 0.88% | - |
| XYZ | 29.03 | 54.84 | 13.47 | - |
| YUV | 153.68 | 75.69 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 61 | 0.78 | 0 | 0.73 | 0.12 | 124.09 | 0.75 | 0.54 |
| Hex | 31 | E1 | 3D | 4E | 0 | 49 | C | 7C | 4B | 36 |
| Octal | 61 | 341 | 75 | 116 | 0 | 111 | 14 | 174 | 113 | 66 |
| Binary | 110001 | 11100001 | 111101 | 1001110 | 0 | 1001001 | 1100 | 1111100 | 1001011 | 110110 |
Color Harmonies of #31E13D
Complementary color
Monochromatic Colors of #31E13D
Black with #31E13D
Text Example
Text Example
White with #31E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E13D; }
p { color: rgb(49,225,61); }
H1.HeaderClassName
{
color: #31E13D;
}
.AnyTagClassName
{
color: #31E13D;
}
</style>
background-color css
<style>
a { background-color: #31E13D; }
a { background-color: rgb(49,225,61); }
div.DivClassName
{
background-color: #31E13D;
}
.BgClassName
{
background-color: #31E13D;
}
</style>
border-color css
<style>
span { border-color: #31E13D; }
span { border-color: rgb(49,225,61); }
td.TdClassName
{
border-color: #31E13D;
}
.TagClassName
{
border-color: #31E13D;
}
</style>