Shades of Lime Green #31C245
Tints of Lime Green #31C245
RGB
CMYK
RGB Variations
Color information
#31C245 (or 0x31C245) is known color: Lime Green. HEX triplet: 31, C2 and 45. RGB value is (49,194,69). Sum of RGB (Red+Green+Blue) = 49+194+69=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #31C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C245 is #CE3DBA. Grayscale: #888888. Windows color (decimal): -13516219 or 4571697. OLE color: 4571697.
HSL color Cylindrical-coordinate representation of color #31C245: hue angle of 128.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C245 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 69 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.24 |
| HSL | 128.28º | 0.6% | 0.48% | - |
| HSV(B) | 128.28º | 0.75% | 0.76% | - |
| XYZ | 21.63 | 39.67 | 12.15 | - |
| YUV | 136.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 69 | 0.75 | 0 | 0.64 | 0.24 | 128.28 | 0.6 | 0.48 |
| Hex | 31 | C2 | 45 | 4B | 0 | 40 | 18 | 80 | 3C | 30 |
| Octal | 61 | 302 | 105 | 113 | 0 | 100 | 30 | 200 | 74 | 60 |
| Binary | 110001 | 11000010 | 1000101 | 1001011 | 0 | 1000000 | 11000 | 10000000 | 111100 | 110000 |
Color Harmonies of #31C245
Complementary color
Monochromatic Colors of #31C245
Black with #31C245
Text Example
Text Example
White with #31C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C245; }
p { color: rgb(49,194,69); }
H1.HeaderClassName
{
color: #31C245;
}
.AnyTagClassName
{
color: #31C245;
}
</style>
background-color css
<style>
a { background-color: #31C245; }
a { background-color: rgb(49,194,69); }
div.DivClassName
{
background-color: #31C245;
}
.BgClassName
{
background-color: #31C245;
}
</style>
border-color css
<style>
span { border-color: #31C245; }
span { border-color: rgb(49,194,69); }
td.TdClassName
{
border-color: #31C245;
}
.TagClassName
{
border-color: #31C245;
}
</style>