Shades of Lime Green #31D919
Tints of Lime Green #31D919
RGB
CMYK
RGB Variations
Color information
#31D919 (or 0x31D919) is known color: Lime Green. HEX triplet: 31, D9 and 19. RGB value is (49,217,25). Sum of RGB (Red+Green+Blue) = 49+217+25=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #31D919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D919 is #CE26E6. Grayscale: #919191. Windows color (decimal): -13510375 or 1694001. OLE color: 1694001.
HSL color Cylindrical-coordinate representation of color #31D919: hue angle of 112.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31D919 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 25 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.15 |
| HSL | 112.5º | 0.79% | 0.47% | - |
| HSV(B) | 112.5º | 0.88% | 0.85% | - |
| XYZ | 26.25 | 50.35 | 9.25 | - |
| YUV | 144.88 | 60.34 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 25 | 0.77 | 0 | 0.88 | 0.15 | 112.5 | 0.79 | 0.47 |
| Hex | 31 | D9 | 19 | 4D | 0 | 58 | F | 70 | 4F | 2F |
| Octal | 61 | 331 | 31 | 115 | 0 | 130 | 17 | 160 | 117 | 57 |
| Binary | 110001 | 11011001 | 11001 | 1001101 | 0 | 1011000 | 1111 | 1110000 | 1001111 | 101111 |
Color Harmonies of #31D919
Complementary color
Monochromatic Colors of #31D919
Black with #31D919
Text Example
Text Example
White with #31D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D919; }
p { color: rgb(49,217,25); }
H1.HeaderClassName
{
color: #31D919;
}
.AnyTagClassName
{
color: #31D919;
}
</style>
background-color css
<style>
a { background-color: #31D919; }
a { background-color: rgb(49,217,25); }
div.DivClassName
{
background-color: #31D919;
}
.BgClassName
{
background-color: #31D919;
}
</style>
border-color css
<style>
span { border-color: #31D919; }
span { border-color: rgb(49,217,25); }
td.TdClassName
{
border-color: #31D919;
}
.TagClassName
{
border-color: #31D919;
}
</style>