Shades of Lime Green #31DC45
Tints of Lime Green #31DC45
RGB
CMYK
RGB Variations
Color information
#31DC45 (or 0x31DC45) is known color: Lime Green. HEX triplet: 31, DC and 45. RGB value is (49,220,69). Sum of RGB (Red+Green+Blue) = 49+220+69=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC45 is #CE23BA. Grayscale: #989898. Windows color (decimal): -13509563 or 4578353. OLE color: 4578353.
HSL color Cylindrical-coordinate representation of color #31DC45: hue angle of 127.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC45 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 69 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.14 |
| HSL | 127.02º | 0.71% | 0.53% | - |
| HSV(B) | 127.02º | 0.78% | 0.86% | - |
| XYZ | 27.93 | 52.27 | 14.25 | - |
| YUV | 151.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 69 | 0.78 | 0 | 0.69 | 0.14 | 127.02 | 0.71 | 0.53 |
| Hex | 31 | DC | 45 | 4E | 0 | 45 | E | 7F | 47 | 35 |
| Octal | 61 | 334 | 105 | 116 | 0 | 105 | 16 | 177 | 107 | 65 |
| Binary | 110001 | 11011100 | 1000101 | 1001110 | 0 | 1000101 | 1110 | 1111111 | 1000111 | 110101 |
Color Harmonies of #31DC45
Complementary color
Monochromatic Colors of #31DC45
Black with #31DC45
Text Example
Text Example
White with #31DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC45; }
p { color: rgb(49,220,69); }
H1.HeaderClassName
{
color: #31DC45;
}
.AnyTagClassName
{
color: #31DC45;
}
</style>
background-color css
<style>
a { background-color: #31DC45; }
a { background-color: rgb(49,220,69); }
div.DivClassName
{
background-color: #31DC45;
}
.BgClassName
{
background-color: #31DC45;
}
</style>
border-color css
<style>
span { border-color: #31DC45; }
span { border-color: rgb(49,220,69); }
td.TdClassName
{
border-color: #31DC45;
}
.TagClassName
{
border-color: #31DC45;
}
</style>