Shades of Lime Green #31DD27
Tints of Lime Green #31DD27
RGB
CMYK
RGB Variations
Color information
#31DD27 (or 0x31DD27) is known color: Lime Green. HEX triplet: 31, DD and 27. RGB value is (49,221,39). Sum of RGB (Red+Green+Blue) = 49+221+39=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD27 is #CE22D8. Grayscale: #959595. Windows color (decimal): -13509337 or 2612529. OLE color: 2612529.
HSL color Cylindrical-coordinate representation of color #31DD27: hue angle of 116.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31DD27 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 39 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.13 |
| HSL | 116.7º | 0.73% | 0.51% | - |
| HSV(B) | 116.7º | 0.82% | 0.87% | - |
| XYZ | 27.49 | 52.51 | 10.61 | - |
| YUV | 148.82 | 66.02 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 39 | 0.78 | 0 | 0.82 | 0.13 | 116.7 | 0.73 | 0.51 |
| Hex | 31 | DD | 27 | 4E | 0 | 52 | D | 75 | 49 | 33 |
| Octal | 61 | 335 | 47 | 116 | 0 | 122 | 15 | 165 | 111 | 63 |
| Binary | 110001 | 11011101 | 100111 | 1001110 | 0 | 1010010 | 1101 | 1110101 | 1001001 | 110011 |
Color Harmonies of #31DD27
Complementary color
Monochromatic Colors of #31DD27
Black with #31DD27
Text Example
Text Example
White with #31DD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD27; }
p { color: rgb(49,221,39); }
H1.HeaderClassName
{
color: #31DD27;
}
.AnyTagClassName
{
color: #31DD27;
}
</style>
background-color css
<style>
a { background-color: #31DD27; }
a { background-color: rgb(49,221,39); }
div.DivClassName
{
background-color: #31DD27;
}
.BgClassName
{
background-color: #31DD27;
}
</style>
border-color css
<style>
span { border-color: #31DD27; }
span { border-color: rgb(49,221,39); }
td.TdClassName
{
border-color: #31DD27;
}
.TagClassName
{
border-color: #31DD27;
}
</style>