Shades of Lime Green #31D728
Tints of Lime Green #31D728
RGB
CMYK
RGB Variations
Color information
#31D728 (or 0x31D728) is known color: Lime Green. HEX triplet: 31, D7 and 28. RGB value is (49,215,40). Sum of RGB (Red+Green+Blue) = 49+215+40=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #31D728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D728 is #CE28D7. Grayscale: #919191. Windows color (decimal): -13510872 or 2676529. OLE color: 2676529.
HSL color Cylindrical-coordinate representation of color #31D728: hue angle of 116.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D728 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 40 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.16 |
| HSL | 116.91º | 0.69% | 0.5% | - |
| HSV(B) | 116.91º | 0.81% | 0.84% | - |
| XYZ | 25.95 | 49.41 | 10.18 | - |
| YUV | 145.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 40 | 0.77 | 0 | 0.81 | 0.16 | 116.91 | 0.69 | 0.5 |
| Hex | 31 | D7 | 28 | 4D | 0 | 51 | 10 | 75 | 45 | 32 |
| Octal | 61 | 327 | 50 | 115 | 0 | 121 | 20 | 165 | 105 | 62 |
| Binary | 110001 | 11010111 | 101000 | 1001101 | 0 | 1010001 | 10000 | 1110101 | 1000101 | 110010 |
Color Harmonies of #31D728
Complementary color
Monochromatic Colors of #31D728
Black with #31D728
Text Example
Text Example
White with #31D728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D728; }
p { color: rgb(49,215,40); }
H1.HeaderClassName
{
color: #31D728;
}
.AnyTagClassName
{
color: #31D728;
}
</style>
background-color css
<style>
a { background-color: #31D728; }
a { background-color: rgb(49,215,40); }
div.DivClassName
{
background-color: #31D728;
}
.BgClassName
{
background-color: #31D728;
}
</style>
border-color css
<style>
span { border-color: #31D728; }
span { border-color: rgb(49,215,40); }
td.TdClassName
{
border-color: #31D728;
}
.TagClassName
{
border-color: #31D728;
}
</style>