Shades of Lime Green #31DB41
Tints of Lime Green #31DB41
RGB
CMYK
RGB Variations
Color information
#31DB41 (or 0x31DB41) is known color: Lime Green. HEX triplet: 31, DB and 41. RGB value is (49,219,65). Sum of RGB (Red+Green+Blue) = 49+219+65=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB41 is #CE24BE. Grayscale: #979797. Windows color (decimal): -13509823 or 4315953. OLE color: 4315953.
HSL color Cylindrical-coordinate representation of color #31DB41: hue angle of 125.65º degrees, saturation: 0.7, 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 #31DB41 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 65 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.14 |
| HSL | 125.65º | 0.7% | 0.53% | - |
| HSV(B) | 125.65º | 0.78% | 0.86% | - |
| XYZ | 27.55 | 51.7 | 13.53 | - |
| YUV | 150.61 | 79.68 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 65 | 0.78 | 0 | 0.70 | 0.14 | 125.65 | 0.7 | 0.53 |
| Hex | 31 | DB | 41 | 4E | 0 | 46 | E | 7E | 46 | 35 |
| Octal | 61 | 333 | 101 | 116 | 0 | 106 | 16 | 176 | 106 | 65 |
| Binary | 110001 | 11011011 | 1000001 | 1001110 | 0 | 1000110 | 1110 | 1111110 | 1000110 | 110101 |
Color Harmonies of #31DB41
Complementary color
Monochromatic Colors of #31DB41
Black with #31DB41
Text Example
Text Example
White with #31DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB41; }
p { color: rgb(49,219,65); }
H1.HeaderClassName
{
color: #31DB41;
}
.AnyTagClassName
{
color: #31DB41;
}
</style>
background-color css
<style>
a { background-color: #31DB41; }
a { background-color: rgb(49,219,65); }
div.DivClassName
{
background-color: #31DB41;
}
.BgClassName
{
background-color: #31DB41;
}
</style>
border-color css
<style>
span { border-color: #31DB41; }
span { border-color: rgb(49,219,65); }
td.TdClassName
{
border-color: #31DB41;
}
.TagClassName
{
border-color: #31DB41;
}
</style>