Shades of Lime Green #31BF19
Tints of Lime Green #31BF19
RGB
CMYK
RGB Variations
Color information
#31BF19 (or 0x31BF19) is known color: Lime Green. HEX triplet: 31, BF and 19. RGB value is (49,191,25). Sum of RGB (Red+Green+Blue) = 49+191+25=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BF19 is #CE40E6. Grayscale: #828282. Windows color (decimal): -13517031 or 1687345. OLE color: 1687345.
HSL color Cylindrical-coordinate representation of color #31BF19: hue angle of 111.33º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31BF19 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 25 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.25 |
| HSL | 111.33º | 0.77% | 0.42% | - |
| HSV(B) | 111.33º | 0.87% | 0.75% | - |
| XYZ | 20.07 | 37.98 | 7.19 | - |
| YUV | 129.62 | 68.96 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 25 | 0.74 | 0 | 0.87 | 0.25 | 111.33 | 0.77 | 0.42 |
| Hex | 31 | BF | 19 | 4A | 0 | 57 | 19 | 6F | 4D | 2A |
| Octal | 61 | 277 | 31 | 112 | 0 | 127 | 31 | 157 | 115 | 52 |
| Binary | 110001 | 10111111 | 11001 | 1001010 | 0 | 1010111 | 11001 | 1101111 | 1001101 | 101010 |
Color Harmonies of #31BF19
Complementary color
Monochromatic Colors of #31BF19
Black with #31BF19
Text Example
Text Example
White with #31BF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF19; }
p { color: rgb(49,191,25); }
H1.HeaderClassName
{
color: #31BF19;
}
.AnyTagClassName
{
color: #31BF19;
}
</style>
background-color css
<style>
a { background-color: #31BF19; }
a { background-color: rgb(49,191,25); }
div.DivClassName
{
background-color: #31BF19;
}
.BgClassName
{
background-color: #31BF19;
}
</style>
border-color css
<style>
span { border-color: #31BF19; }
span { border-color: rgb(49,191,25); }
td.TdClassName
{
border-color: #31BF19;
}
.TagClassName
{
border-color: #31BF19;
}
</style>