Shades of Lime Green #31C914
Tints of Lime Green #31C914
RGB
CMYK
RGB Variations
Color information
#31C914 (or 0x31C914) is known color: Lime Green. HEX triplet: 31, C9 and 14. RGB value is (49,201,20). Sum of RGB (Red+Green+Blue) = 49+201+20=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #31C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C914 is #CE36EB. Grayscale: #878787. Windows color (decimal): -13514476 or 1362225. OLE color: 1362225.
HSL color Cylindrical-coordinate representation of color #31C914: hue angle of 110.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31C914 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 20 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.21 |
| HSL | 110.39º | 0.82% | 0.43% | - |
| HSV(B) | 110.39º | 0.9% | 0.79% | - |
| XYZ | 22.28 | 42.48 | 7.69 | - |
| YUV | 134.92 | 63.14 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 20 | 0.76 | 0 | 0.90 | 0.21 | 110.39 | 0.82 | 0.43 |
| Hex | 31 | C9 | 14 | 4C | 0 | 5A | 15 | 6E | 52 | 2B |
| Octal | 61 | 311 | 24 | 114 | 0 | 132 | 25 | 156 | 122 | 53 |
| Binary | 110001 | 11001001 | 10100 | 1001100 | 0 | 1011010 | 10101 | 1101110 | 1010010 | 101011 |
Color Harmonies of #31C914
Complementary color
Monochromatic Colors of #31C914
Black with #31C914
Text Example
Text Example
White with #31C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C914; }
p { color: rgb(49,201,20); }
H1.HeaderClassName
{
color: #31C914;
}
.AnyTagClassName
{
color: #31C914;
}
</style>
background-color css
<style>
a { background-color: #31C914; }
a { background-color: rgb(49,201,20); }
div.DivClassName
{
background-color: #31C914;
}
.BgClassName
{
background-color: #31C914;
}
</style>
border-color css
<style>
span { border-color: #31C914; }
span { border-color: rgb(49,201,20); }
td.TdClassName
{
border-color: #31C914;
}
.TagClassName
{
border-color: #31C914;
}
</style>