Shades of Lime Green #31C24A
Tints of Lime Green #31C24A
RGB
CMYK
RGB Variations
Color information
#31C24A (or 0x31C24A) is known color: Lime Green. HEX triplet: 31, C2 and 4A. RGB value is (49,194,74). Sum of RGB (Red+Green+Blue) = 49+194+74=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #31C24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C24A is #CE3DB5. Grayscale: #898989. Windows color (decimal): -13516214 or 4899377. OLE color: 4899377.
HSL color Cylindrical-coordinate representation of color #31C24A: hue angle of 130.34º 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 #31C24A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 74 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.24 |
| HSL | 130.34º | 0.6% | 0.48% | - |
| HSV(B) | 130.34º | 0.75% | 0.76% | - |
| XYZ | 21.79 | 39.73 | 13 | - |
| YUV | 136.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 74 | 0.75 | 0 | 0.62 | 0.24 | 130.34 | 0.6 | 0.48 |
| Hex | 31 | C2 | 4A | 4B | 0 | 3E | 18 | 82 | 3C | 30 |
| Octal | 61 | 302 | 112 | 113 | 0 | 76 | 30 | 202 | 74 | 60 |
| Binary | 110001 | 11000010 | 1001010 | 1001011 | 0 | 111110 | 11000 | 10000010 | 111100 | 110000 |
Color Harmonies of #31C24A
Complementary color
Monochromatic Colors of #31C24A
Black with #31C24A
Text Example
Text Example
White with #31C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C24A; }
p { color: rgb(49,194,74); }
H1.HeaderClassName
{
color: #31C24A;
}
.AnyTagClassName
{
color: #31C24A;
}
</style>
background-color css
<style>
a { background-color: #31C24A; }
a { background-color: rgb(49,194,74); }
div.DivClassName
{
background-color: #31C24A;
}
.BgClassName
{
background-color: #31C24A;
}
</style>
border-color css
<style>
span { border-color: #31C24A; }
span { border-color: rgb(49,194,74); }
td.TdClassName
{
border-color: #31C24A;
}
.TagClassName
{
border-color: #31C24A;
}
</style>