Shades of Lime Green #31C01E
Tints of Lime Green #31C01E
RGB
CMYK
RGB Variations
Color information
#31C01E (or 0x31C01E) is known color: Lime Green. HEX triplet: 31, C0 and 1E. RGB value is (49,192,30). Sum of RGB (Red+Green+Blue) = 49+192+30=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #31C01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C01E is #CE3FE1. Grayscale: #838383. Windows color (decimal): -13516770 or 2015281. OLE color: 2015281.
HSL color Cylindrical-coordinate representation of color #31C01E: hue angle of 112.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31C01E is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 30 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.25 |
| HSL | 112.96º | 0.73% | 0.44% | - |
| HSV(B) | 112.96º | 0.84% | 0.75% | - |
| XYZ | 20.35 | 38.45 | 7.58 | - |
| YUV | 130.78 | 71.12 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 30 | 0.74 | 0 | 0.84 | 0.25 | 112.96 | 0.73 | 0.44 |
| Hex | 31 | C0 | 1E | 4A | 0 | 54 | 19 | 71 | 49 | 2C |
| Octal | 61 | 300 | 36 | 112 | 0 | 124 | 31 | 161 | 111 | 54 |
| Binary | 110001 | 11000000 | 11110 | 1001010 | 0 | 1010100 | 11001 | 1110001 | 1001001 | 101100 |
Color Harmonies of #31C01E
Complementary color
Monochromatic Colors of #31C01E
Black with #31C01E
Text Example
Text Example
White with #31C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C01E; }
p { color: rgb(49,192,30); }
H1.HeaderClassName
{
color: #31C01E;
}
.AnyTagClassName
{
color: #31C01E;
}
</style>
background-color css
<style>
a { background-color: #31C01E; }
a { background-color: rgb(49,192,30); }
div.DivClassName
{
background-color: #31C01E;
}
.BgClassName
{
background-color: #31C01E;
}
</style>
border-color css
<style>
span { border-color: #31C01E; }
span { border-color: rgb(49,192,30); }
td.TdClassName
{
border-color: #31C01E;
}
.TagClassName
{
border-color: #31C01E;
}
</style>