Shades of Lime Green #31C43E
Tints of Lime Green #31C43E
RGB
CMYK
RGB Variations
Color information
#31C43E (or 0x31C43E) is known color: Lime Green. HEX triplet: 31, C4 and 3E. RGB value is (49,196,62). Sum of RGB (Red+Green+Blue) = 49+196+62=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #31C43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C43E is #CE3BC1. Grayscale: #898989. Windows color (decimal): -13515714 or 4113457. OLE color: 4113457.
HSL color Cylindrical-coordinate representation of color #31C43E: hue angle of 125.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C43E is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 62 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.23 |
| HSL | 125.31º | 0.6% | 0.48% | - |
| HSV(B) | 125.31º | 0.75% | 0.77% | - |
| XYZ | 21.88 | 40.48 | 11.22 | - |
| YUV | 136.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 62 | 0.75 | 0 | 0.68 | 0.23 | 125.31 | 0.6 | 0.48 |
| Hex | 31 | C4 | 3E | 4B | 0 | 44 | 17 | 7D | 3C | 30 |
| Octal | 61 | 304 | 76 | 113 | 0 | 104 | 27 | 175 | 74 | 60 |
| Binary | 110001 | 11000100 | 111110 | 1001011 | 0 | 1000100 | 10111 | 1111101 | 111100 | 110000 |
Color Harmonies of #31C43E
Complementary color
Monochromatic Colors of #31C43E
Black with #31C43E
Text Example
Text Example
White with #31C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C43E; }
p { color: rgb(49,196,62); }
H1.HeaderClassName
{
color: #31C43E;
}
.AnyTagClassName
{
color: #31C43E;
}
</style>
background-color css
<style>
a { background-color: #31C43E; }
a { background-color: rgb(49,196,62); }
div.DivClassName
{
background-color: #31C43E;
}
.BgClassName
{
background-color: #31C43E;
}
</style>
border-color css
<style>
span { border-color: #31C43E; }
span { border-color: rgb(49,196,62); }
td.TdClassName
{
border-color: #31C43E;
}
.TagClassName
{
border-color: #31C43E;
}
</style>