Shades of Lime Green #31D619
Tints of Lime Green #31D619
RGB
CMYK
RGB Variations
Color information
#31D619 (or 0x31D619) is known color: Lime Green. HEX triplet: 31, D6 and 19. RGB value is (49,214,25). Sum of RGB (Red+Green+Blue) = 49+214+25=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #31D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D619 is #CE29E6. Grayscale: #8F8F8F. Windows color (decimal): -13511143 or 1693233. OLE color: 1693233.
HSL color Cylindrical-coordinate representation of color #31D619: hue angle of 112.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31D619 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 25 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.16 |
| HSL | 112.38º | 0.79% | 0.47% | - |
| HSV(B) | 112.38º | 0.88% | 0.84% | - |
| XYZ | 25.49 | 48.82 | 9 | - |
| YUV | 143.12 | 61.34 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 25 | 0.77 | 0 | 0.88 | 0.16 | 112.38 | 0.79 | 0.47 |
| Hex | 31 | D6 | 19 | 4D | 0 | 58 | 10 | 70 | 4F | 2F |
| Octal | 61 | 326 | 31 | 115 | 0 | 130 | 20 | 160 | 117 | 57 |
| Binary | 110001 | 11010110 | 11001 | 1001101 | 0 | 1011000 | 10000 | 1110000 | 1001111 | 101111 |
Color Harmonies of #31D619
Complementary color
Monochromatic Colors of #31D619
Black with #31D619
Text Example
Text Example
White with #31D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D619; }
p { color: rgb(49,214,25); }
H1.HeaderClassName
{
color: #31D619;
}
.AnyTagClassName
{
color: #31D619;
}
</style>
background-color css
<style>
a { background-color: #31D619; }
a { background-color: rgb(49,214,25); }
div.DivClassName
{
background-color: #31D619;
}
.BgClassName
{
background-color: #31D619;
}
</style>
border-color css
<style>
span { border-color: #31D619; }
span { border-color: rgb(49,214,25); }
td.TdClassName
{
border-color: #31D619;
}
.TagClassName
{
border-color: #31D619;
}
</style>