Shades of Lime Green #31D449
Tints of Lime Green #31D449
RGB
CMYK
RGB Variations
Color information
#31D449 (or 0x31D449) is known color: Lime Green. HEX triplet: 31, D4 and 49. RGB value is (49,212,73). Sum of RGB (Red+Green+Blue) = 49+212+73=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #31D449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D449 is #CE2BB6. Grayscale: #939393. Windows color (decimal): -13511607 or 4838449. OLE color: 4838449.
HSL color Cylindrical-coordinate representation of color #31D449: hue angle of 128.83º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D449 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 212 | 73 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.17 |
| HSL | 128.83º | 0.65% | 0.51% | - |
| HSV(B) | 128.83º | 0.77% | 0.83% | - |
| XYZ | 26.01 | 48.22 | 14.24 | - |
| YUV | 147.42 | 86 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 73 | 0.77 | 0 | 0.66 | 0.17 | 128.83 | 0.65 | 0.51 |
| Hex | 31 | D4 | 49 | 4D | 0 | 42 | 11 | 81 | 41 | 33 |
| Octal | 61 | 324 | 111 | 115 | 0 | 102 | 21 | 201 | 101 | 63 |
| Binary | 110001 | 11010100 | 1001001 | 1001101 | 0 | 1000010 | 10001 | 10000001 | 1000001 | 110011 |
Color Harmonies of #31D449
Complementary color
Monochromatic Colors of #31D449
Black with #31D449
Text Example
Text Example
White with #31D449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D449; }
p { color: rgb(49,212,73); }
H1.HeaderClassName
{
color: #31D449;
}
.AnyTagClassName
{
color: #31D449;
}
</style>
background-color css
<style>
a { background-color: #31D449; }
a { background-color: rgb(49,212,73); }
div.DivClassName
{
background-color: #31D449;
}
.BgClassName
{
background-color: #31D449;
}
</style>
border-color css
<style>
span { border-color: #31D449; }
span { border-color: rgb(49,212,73); }
td.TdClassName
{
border-color: #31D449;
}
.TagClassName
{
border-color: #31D449;
}
</style>