Shades of Lime Green #31DC43
Tints of Lime Green #31DC43
RGB
CMYK
RGB Variations
Color information
#31DC43 (or 0x31DC43) is known color: Lime Green. HEX triplet: 31, DC and 43. RGB value is (49,220,67). Sum of RGB (Red+Green+Blue) = 49+220+67=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC43 is #CE23BC. Grayscale: #979797. Windows color (decimal): -13509565 or 4447281. OLE color: 4447281.
HSL color Cylindrical-coordinate representation of color #31DC43: hue angle of 126.32º 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 #31DC43 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 67 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.14 |
| HSL | 126.32º | 0.71% | 0.53% | - |
| HSV(B) | 126.32º | 0.78% | 0.86% | - |
| XYZ | 27.87 | 52.24 | 13.93 | - |
| YUV | 151.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 67 | 0.78 | 0 | 0.70 | 0.14 | 126.32 | 0.71 | 0.53 |
| Hex | 31 | DC | 43 | 4E | 0 | 46 | E | 7E | 47 | 35 |
| Octal | 61 | 334 | 103 | 116 | 0 | 106 | 16 | 176 | 107 | 65 |
| Binary | 110001 | 11011100 | 1000011 | 1001110 | 0 | 1000110 | 1110 | 1111110 | 1000111 | 110101 |
Color Harmonies of #31DC43
Complementary color
Monochromatic Colors of #31DC43
Black with #31DC43
Text Example
Text Example
White with #31DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC43; }
p { color: rgb(49,220,67); }
H1.HeaderClassName
{
color: #31DC43;
}
.AnyTagClassName
{
color: #31DC43;
}
</style>
background-color css
<style>
a { background-color: #31DC43; }
a { background-color: rgb(49,220,67); }
div.DivClassName
{
background-color: #31DC43;
}
.BgClassName
{
background-color: #31DC43;
}
</style>
border-color css
<style>
span { border-color: #31DC43; }
span { border-color: rgb(49,220,67); }
td.TdClassName
{
border-color: #31DC43;
}
.TagClassName
{
border-color: #31DC43;
}
</style>