Shades of Lime Green #31C019
Tints of Lime Green #31C019
RGB
CMYK
RGB Variations
Color information
#31C019 (or 0x31C019) is known color: Lime Green. HEX triplet: 31, C0 and 19. RGB value is (49,192,25). Sum of RGB (Red+Green+Blue) = 49+192+25=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #31C019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C019 is #CE3FE6. Grayscale: #828282. Windows color (decimal): -13516775 or 1687601. OLE color: 1687601.
HSL color Cylindrical-coordinate representation of color #31C019: hue angle of 111.38º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31C019 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 25 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.25 |
| HSL | 111.38º | 0.77% | 0.43% | - |
| HSV(B) | 111.38º | 0.87% | 0.75% | - |
| XYZ | 20.29 | 38.42 | 7.27 | - |
| YUV | 130.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 25 | 0.74 | 0 | 0.87 | 0.25 | 111.38 | 0.77 | 0.43 |
| Hex | 31 | C0 | 19 | 4A | 0 | 57 | 19 | 6F | 4D | 2B |
| Octal | 61 | 300 | 31 | 112 | 0 | 127 | 31 | 157 | 115 | 53 |
| Binary | 110001 | 11000000 | 11001 | 1001010 | 0 | 1010111 | 11001 | 1101111 | 1001101 | 101011 |
Color Harmonies of #31C019
Complementary color
Monochromatic Colors of #31C019
Black with #31C019
Text Example
Text Example
White with #31C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C019; }
p { color: rgb(49,192,25); }
H1.HeaderClassName
{
color: #31C019;
}
.AnyTagClassName
{
color: #31C019;
}
</style>
background-color css
<style>
a { background-color: #31C019; }
a { background-color: rgb(49,192,25); }
div.DivClassName
{
background-color: #31C019;
}
.BgClassName
{
background-color: #31C019;
}
</style>
border-color css
<style>
span { border-color: #31C019; }
span { border-color: rgb(49,192,25); }
td.TdClassName
{
border-color: #31C019;
}
.TagClassName
{
border-color: #31C019;
}
</style>