Shades of Lime Green #31DC44
Tints of Lime Green #31DC44
RGB
CMYK
RGB Variations
Color information
#31DC44 (or 0x31DC44) is known color: Lime Green. HEX triplet: 31, DC and 44. RGB value is (49,220,68). Sum of RGB (Red+Green+Blue) = 49+220+68=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC44 is #CE23BB. Grayscale: #979797. Windows color (decimal): -13509564 or 4512817. OLE color: 4512817.
HSL color Cylindrical-coordinate representation of color #31DC44: hue angle of 126.67º 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 #31DC44 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 68 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.14 |
| HSL | 126.67º | 0.71% | 0.53% | - |
| HSV(B) | 126.67º | 0.78% | 0.86% | - |
| XYZ | 27.9 | 52.26 | 14.08 | - |
| YUV | 151.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 68 | 0.78 | 0 | 0.69 | 0.14 | 126.67 | 0.71 | 0.53 |
| Hex | 31 | DC | 44 | 4E | 0 | 45 | E | 7F | 47 | 35 |
| Octal | 61 | 334 | 104 | 116 | 0 | 105 | 16 | 177 | 107 | 65 |
| Binary | 110001 | 11011100 | 1000100 | 1001110 | 0 | 1000101 | 1110 | 1111111 | 1000111 | 110101 |
Color Harmonies of #31DC44
Complementary color
Monochromatic Colors of #31DC44
Black with #31DC44
Text Example
Text Example
White with #31DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC44; }
p { color: rgb(49,220,68); }
H1.HeaderClassName
{
color: #31DC44;
}
.AnyTagClassName
{
color: #31DC44;
}
</style>
background-color css
<style>
a { background-color: #31DC44; }
a { background-color: rgb(49,220,68); }
div.DivClassName
{
background-color: #31DC44;
}
.BgClassName
{
background-color: #31DC44;
}
</style>
border-color css
<style>
span { border-color: #31DC44; }
span { border-color: rgb(49,220,68); }
td.TdClassName
{
border-color: #31DC44;
}
.TagClassName
{
border-color: #31DC44;
}
</style>