Shades of Lime Green #31DD4A
Tints of Lime Green #31DD4A
RGB
CMYK
RGB Variations
Color information
#31DD4A (or 0x31DD4A) is known color: Lime Green. HEX triplet: 31, DD and 4A. RGB value is (49,221,74). Sum of RGB (Red+Green+Blue) = 49+221+74=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD4A is #CE22B5. Grayscale: #999999. Windows color (decimal): -13509302 or 4906289. OLE color: 4906289.
HSL color Cylindrical-coordinate representation of color #31DD4A: hue angle of 128.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD4A is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 74 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.13 |
| HSL | 128.72º | 0.72% | 0.53% | - |
| HSV(B) | 128.72º | 0.78% | 0.87% | - |
| XYZ | 28.36 | 52.86 | 15.19 | - |
| YUV | 152.81 | 83.52 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 74 | 0.78 | 0 | 0.67 | 0.13 | 128.72 | 0.72 | 0.53 |
| Hex | 31 | DD | 4A | 4E | 0 | 43 | D | 81 | 48 | 35 |
| Octal | 61 | 335 | 112 | 116 | 0 | 103 | 15 | 201 | 110 | 65 |
| Binary | 110001 | 11011101 | 1001010 | 1001110 | 0 | 1000011 | 1101 | 10000001 | 1001000 | 110101 |
Color Harmonies of #31DD4A
Complementary color
Monochromatic Colors of #31DD4A
Black with #31DD4A
Text Example
Text Example
White with #31DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD4A; }
p { color: rgb(49,221,74); }
H1.HeaderClassName
{
color: #31DD4A;
}
.AnyTagClassName
{
color: #31DD4A;
}
</style>
background-color css
<style>
a { background-color: #31DD4A; }
a { background-color: rgb(49,221,74); }
div.DivClassName
{
background-color: #31DD4A;
}
.BgClassName
{
background-color: #31DD4A;
}
</style>
border-color css
<style>
span { border-color: #31DD4A; }
span { border-color: rgb(49,221,74); }
td.TdClassName
{
border-color: #31DD4A;
}
.TagClassName
{
border-color: #31DD4A;
}
</style>