Shades of Lime Green #31DD2A
Tints of Lime Green #31DD2A
RGB
CMYK
RGB Variations
Color information
#31DD2A (or 0x31DD2A) is known color: Lime Green. HEX triplet: 31, DD and 2A. RGB value is (49,221,42). Sum of RGB (Red+Green+Blue) = 49+221+42=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD2A is #CE22D5. Grayscale: #959595. Windows color (decimal): -13509334 or 2809137. OLE color: 2809137.
HSL color Cylindrical-coordinate representation of color #31DD2A: hue angle of 117.65º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DD2A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.13 |
| HSL | 117.65º | 0.72% | 0.52% | - |
| HSV(B) | 117.65º | 0.81% | 0.87% | - |
| XYZ | 27.54 | 52.53 | 10.88 | - |
| YUV | 149.17 | 67.52 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 42 | 0.78 | 0 | 0.81 | 0.13 | 117.65 | 0.72 | 0.52 |
| Hex | 31 | DD | 2A | 4E | 0 | 51 | D | 76 | 48 | 34 |
| Octal | 61 | 335 | 52 | 116 | 0 | 121 | 15 | 166 | 110 | 64 |
| Binary | 110001 | 11011101 | 101010 | 1001110 | 0 | 1010001 | 1101 | 1110110 | 1001000 | 110100 |
Color Harmonies of #31DD2A
Complementary color
Monochromatic Colors of #31DD2A
Black with #31DD2A
Text Example
Text Example
White with #31DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD2A; }
p { color: rgb(49,221,42); }
H1.HeaderClassName
{
color: #31DD2A;
}
.AnyTagClassName
{
color: #31DD2A;
}
</style>
background-color css
<style>
a { background-color: #31DD2A; }
a { background-color: rgb(49,221,42); }
div.DivClassName
{
background-color: #31DD2A;
}
.BgClassName
{
background-color: #31DD2A;
}
</style>
border-color css
<style>
span { border-color: #31DD2A; }
span { border-color: rgb(49,221,42); }
td.TdClassName
{
border-color: #31DD2A;
}
.TagClassName
{
border-color: #31DD2A;
}
</style>