Shades of Lime Green #31DC4A
Tints of Lime Green #31DC4A
RGB
CMYK
RGB Variations
Color information
#31DC4A (or 0x31DC4A) is known color: Lime Green. HEX triplet: 31, DC and 4A. RGB value is (49,220,74). Sum of RGB (Red+Green+Blue) = 49+220+74=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC4A is #CE23B5. Grayscale: #989898. Windows color (decimal): -13509558 or 4906033. OLE color: 4906033.
HSL color Cylindrical-coordinate representation of color #31DC4A: hue angle of 128.77º 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 #31DC4A is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 74 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.14 |
| HSL | 128.77º | 0.71% | 0.53% | - |
| HSV(B) | 128.77º | 0.78% | 0.86% | - |
| XYZ | 28.1 | 52.33 | 15.1 | - |
| YUV | 152.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 74 | 0.78 | 0 | 0.66 | 0.14 | 128.77 | 0.71 | 0.53 |
| Hex | 31 | DC | 4A | 4E | 0 | 42 | E | 81 | 47 | 35 |
| Octal | 61 | 334 | 112 | 116 | 0 | 102 | 16 | 201 | 107 | 65 |
| Binary | 110001 | 11011100 | 1001010 | 1001110 | 0 | 1000010 | 1110 | 10000001 | 1000111 | 110101 |
Color Harmonies of #31DC4A
Complementary color
Monochromatic Colors of #31DC4A
Black with #31DC4A
Text Example
Text Example
White with #31DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC4A; }
p { color: rgb(49,220,74); }
H1.HeaderClassName
{
color: #31DC4A;
}
.AnyTagClassName
{
color: #31DC4A;
}
</style>
background-color css
<style>
a { background-color: #31DC4A; }
a { background-color: rgb(49,220,74); }
div.DivClassName
{
background-color: #31DC4A;
}
.BgClassName
{
background-color: #31DC4A;
}
</style>
border-color css
<style>
span { border-color: #31DC4A; }
span { border-color: rgb(49,220,74); }
td.TdClassName
{
border-color: #31DC4A;
}
.TagClassName
{
border-color: #31DC4A;
}
</style>