Shades of Lime Green #31CD49
Tints of Lime Green #31CD49
RGB
CMYK
RGB Variations
Color information
#31CD49 (or 0x31CD49) is known color: Lime Green. HEX triplet: 31, CD and 49. RGB value is (49,205,73). Sum of RGB (Red+Green+Blue) = 49+205+73=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CD49 is #CE32B6. Grayscale: #8F8F8F. Windows color (decimal): -13513399 or 4836657. OLE color: 4836657.
HSL color Cylindrical-coordinate representation of color #31CD49: hue angle of 129.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CD49 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 73 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.20 |
| HSL | 129.23º | 0.61% | 0.5% | - |
| HSV(B) | 129.23º | 0.76% | 0.8% | - |
| XYZ | 24.3 | 44.8 | 13.67 | - |
| YUV | 143.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 73 | 0.76 | 0 | 0.64 | 0.20 | 129.23 | 0.61 | 0.5 |
| Hex | 31 | CD | 49 | 4C | 0 | 40 | 14 | 81 | 3D | 32 |
| Octal | 61 | 315 | 111 | 114 | 0 | 100 | 24 | 201 | 75 | 62 |
| Binary | 110001 | 11001101 | 1001001 | 1001100 | 0 | 1000000 | 10100 | 10000001 | 111101 | 110010 |
Color Harmonies of #31CD49
Complementary color
Monochromatic Colors of #31CD49
Black with #31CD49
Text Example
Text Example
White with #31CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CD49; }
p { color: rgb(49,205,73); }
H1.HeaderClassName
{
color: #31CD49;
}
.AnyTagClassName
{
color: #31CD49;
}
</style>
background-color css
<style>
a { background-color: #31CD49; }
a { background-color: rgb(49,205,73); }
div.DivClassName
{
background-color: #31CD49;
}
.BgClassName
{
background-color: #31CD49;
}
</style>
border-color css
<style>
span { border-color: #31CD49; }
span { border-color: rgb(49,205,73); }
td.TdClassName
{
border-color: #31CD49;
}
.TagClassName
{
border-color: #31CD49;
}
</style>