Shades of Lime Green #31AD27
Tints of Lime Green #31AD27
RGB
CMYK
RGB Variations
Color information
#31AD27 (or 0x31AD27) is known color: Lime Green. HEX triplet: 31, AD and 27. RGB value is (49,173,39). Sum of RGB (Red+Green+Blue) = 49+173+39=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD27 is #CE52D8. Grayscale: #797979. Windows color (decimal): -13521625 or 2600241. OLE color: 2600241.
HSL color Cylindrical-coordinate representation of color #31AD27: hue angle of 115.52º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31AD27 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 39 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.32 |
| HSL | 115.52º | 0.63% | 0.42% | - |
| HSV(B) | 115.52º | 0.77% | 0.68% | - |
| XYZ | 16.58 | 30.69 | 6.97 | - |
| YUV | 120.65 | 81.92 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 39 | 0.72 | 0 | 0.77 | 0.32 | 115.52 | 0.63 | 0.42 |
| Hex | 31 | AD | 27 | 48 | 0 | 4D | 20 | 74 | 3F | 2A |
| Octal | 61 | 255 | 47 | 110 | 0 | 115 | 40 | 164 | 77 | 52 |
| Binary | 110001 | 10101101 | 100111 | 1001000 | 0 | 1001101 | 100000 | 1110100 | 111111 | 101010 |
Color Harmonies of #31AD27
Complementary color
Monochromatic Colors of #31AD27
Black with #31AD27
Text Example
Text Example
White with #31AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD27; }
p { color: rgb(49,173,39); }
H1.HeaderClassName
{
color: #31AD27;
}
.AnyTagClassName
{
color: #31AD27;
}
</style>
background-color css
<style>
a { background-color: #31AD27; }
a { background-color: rgb(49,173,39); }
div.DivClassName
{
background-color: #31AD27;
}
.BgClassName
{
background-color: #31AD27;
}
</style>
border-color css
<style>
span { border-color: #31AD27; }
span { border-color: rgb(49,173,39); }
td.TdClassName
{
border-color: #31AD27;
}
.TagClassName
{
border-color: #31AD27;
}
</style>