Shades of Lime Green #31DD45
Tints of Lime Green #31DD45
RGB
CMYK
RGB Variations
Color information
#31DD45 (or 0x31DD45) is known color: Lime Green. HEX triplet: 31, DD and 45. RGB value is (49,221,69). Sum of RGB (Red+Green+Blue) = 49+221+69=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD45 is #CE22BA. Grayscale: #989898. Windows color (decimal): -13509307 or 4578609. OLE color: 4578609.
HSL color Cylindrical-coordinate representation of color #31DD45: hue angle of 126.98º 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 #31DD45 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 69 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.13 |
| HSL | 126.98º | 0.72% | 0.53% | - |
| HSV(B) | 126.98º | 0.78% | 0.87% | - |
| XYZ | 28.2 | 52.8 | 14.33 | - |
| YUV | 152.24 | 81.02 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 69 | 0.78 | 0 | 0.69 | 0.13 | 126.98 | 0.72 | 0.53 |
| Hex | 31 | DD | 45 | 4E | 0 | 45 | D | 7F | 48 | 35 |
| Octal | 61 | 335 | 105 | 116 | 0 | 105 | 15 | 177 | 110 | 65 |
| Binary | 110001 | 11011101 | 1000101 | 1001110 | 0 | 1000101 | 1101 | 1111111 | 1001000 | 110101 |
Color Harmonies of #31DD45
Complementary color
Monochromatic Colors of #31DD45
Black with #31DD45
Text Example
Text Example
White with #31DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD45; }
p { color: rgb(49,221,69); }
H1.HeaderClassName
{
color: #31DD45;
}
.AnyTagClassName
{
color: #31DD45;
}
</style>
background-color css
<style>
a { background-color: #31DD45; }
a { background-color: rgb(49,221,69); }
div.DivClassName
{
background-color: #31DD45;
}
.BgClassName
{
background-color: #31DD45;
}
</style>
border-color css
<style>
span { border-color: #31DD45; }
span { border-color: rgb(49,221,69); }
td.TdClassName
{
border-color: #31DD45;
}
.TagClassName
{
border-color: #31DD45;
}
</style>