Shades of Lime Green #31DC12
Tints of Lime Green #31DC12
RGB
CMYK
RGB Variations
Color information
#31DC12 (or 0x31DC12) is known color: Lime Green. HEX triplet: 31, DC and 12. RGB value is (49,220,18). Sum of RGB (Red+Green+Blue) = 49+220+18=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC12 is #CE23ED. Grayscale: #929292. Windows color (decimal): -13509614 or 1236017. OLE color: 1236017.
HSL color Cylindrical-coordinate representation of color #31DC12: hue angle of 110.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31DC12 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 18 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.14 |
| HSL | 110.79º | 0.85% | 0.47% | - |
| HSV(B) | 110.79º | 0.92% | 0.86% | - |
| XYZ | 26.97 | 51.88 | 9.17 | - |
| YUV | 145.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 18 | 0.78 | 0 | 0.92 | 0.14 | 110.79 | 0.85 | 0.47 |
| Hex | 31 | DC | 12 | 4E | 0 | 5C | E | 6F | 55 | 2F |
| Octal | 61 | 334 | 22 | 116 | 0 | 134 | 16 | 157 | 125 | 57 |
| Binary | 110001 | 11011100 | 10010 | 1001110 | 0 | 1011100 | 1110 | 1101111 | 1010101 | 101111 |
Color Harmonies of #31DC12
Complementary color
Monochromatic Colors of #31DC12
Black with #31DC12
Text Example
Text Example
White with #31DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC12; }
p { color: rgb(49,220,18); }
H1.HeaderClassName
{
color: #31DC12;
}
.AnyTagClassName
{
color: #31DC12;
}
</style>
background-color css
<style>
a { background-color: #31DC12; }
a { background-color: rgb(49,220,18); }
div.DivClassName
{
background-color: #31DC12;
}
.BgClassName
{
background-color: #31DC12;
}
</style>
border-color css
<style>
span { border-color: #31DC12; }
span { border-color: rgb(49,220,18); }
td.TdClassName
{
border-color: #31DC12;
}
.TagClassName
{
border-color: #31DC12;
}
</style>