Shades of Lime Green #31D73E
Tints of Lime Green #31D73E
RGB
CMYK
RGB Variations
Color information
#31D73E (or 0x31D73E) is known color: Lime Green. HEX triplet: 31, D7 and 3E. RGB value is (49,215,62). Sum of RGB (Red+Green+Blue) = 49+215+62=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #31D73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D73E is #CE28C1. Grayscale: #949494. Windows color (decimal): -13510850 or 4118321. OLE color: 4118321.
HSL color Cylindrical-coordinate representation of color #31D73E: hue angle of 124.7º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D73E is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 62 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.16 |
| HSL | 124.7º | 0.67% | 0.52% | - |
| HSV(B) | 124.7º | 0.77% | 0.84% | - |
| XYZ | 26.44 | 49.6 | 12.74 | - |
| YUV | 147.92 | 79.5 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 62 | 0.77 | 0 | 0.71 | 0.16 | 124.7 | 0.67 | 0.52 |
| Hex | 31 | D7 | 3E | 4D | 0 | 47 | 10 | 7D | 43 | 34 |
| Octal | 61 | 327 | 76 | 115 | 0 | 107 | 20 | 175 | 103 | 64 |
| Binary | 110001 | 11010111 | 111110 | 1001101 | 0 | 1000111 | 10000 | 1111101 | 1000011 | 110100 |
Color Harmonies of #31D73E
Complementary color
Monochromatic Colors of #31D73E
Black with #31D73E
Text Example
Text Example
White with #31D73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D73E; }
p { color: rgb(49,215,62); }
H1.HeaderClassName
{
color: #31D73E;
}
.AnyTagClassName
{
color: #31D73E;
}
</style>
background-color css
<style>
a { background-color: #31D73E; }
a { background-color: rgb(49,215,62); }
div.DivClassName
{
background-color: #31D73E;
}
.BgClassName
{
background-color: #31D73E;
}
</style>
border-color css
<style>
span { border-color: #31D73E; }
span { border-color: rgb(49,215,62); }
td.TdClassName
{
border-color: #31D73E;
}
.TagClassName
{
border-color: #31D73E;
}
</style>