Shades of Lime Green #31D24C
Tints of Lime Green #31D24C
RGB
CMYK
RGB Variations
Color information
#31D24C (or 0x31D24C) is known color: Lime Green. HEX triplet: 31, D2 and 4C. RGB value is (49,210,76). Sum of RGB (Red+Green+Blue) = 49+210+76=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #31D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D24C is #CE2DB3. Grayscale: #929292. Windows color (decimal): -13512116 or 5034545. OLE color: 5034545.
HSL color Cylindrical-coordinate representation of color #31D24C: hue angle of 130.06º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D24C is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 76 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.18 |
| HSL | 130.06º | 0.64% | 0.51% | - |
| HSV(B) | 130.06º | 0.77% | 0.82% | - |
| XYZ | 25.62 | 47.27 | 14.61 | - |
| YUV | 146.59 | 88.16 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 76 | 0.77 | 0 | 0.64 | 0.18 | 130.06 | 0.64 | 0.51 |
| Hex | 31 | D2 | 4C | 4D | 0 | 40 | 12 | 82 | 40 | 33 |
| Octal | 61 | 322 | 114 | 115 | 0 | 100 | 22 | 202 | 100 | 63 |
| Binary | 110001 | 11010010 | 1001100 | 1001101 | 0 | 1000000 | 10010 | 10000010 | 1000000 | 110011 |
Color Harmonies of #31D24C
Complementary color
Monochromatic Colors of #31D24C
Black with #31D24C
Text Example
Text Example
White with #31D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D24C; }
p { color: rgb(49,210,76); }
H1.HeaderClassName
{
color: #31D24C;
}
.AnyTagClassName
{
color: #31D24C;
}
</style>
background-color css
<style>
a { background-color: #31D24C; }
a { background-color: rgb(49,210,76); }
div.DivClassName
{
background-color: #31D24C;
}
.BgClassName
{
background-color: #31D24C;
}
</style>
border-color css
<style>
span { border-color: #31D24C; }
span { border-color: rgb(49,210,76); }
td.TdClassName
{
border-color: #31D24C;
}
.TagClassName
{
border-color: #31D24C;
}
</style>