Shades of Lime Green #31D03A
Tints of Lime Green #31D03A
RGB
CMYK
RGB Variations
Color information
#31D03A (or 0x31D03A) is known color: Lime Green. HEX triplet: 31, D0 and 3A. RGB value is (49,208,58). Sum of RGB (Red+Green+Blue) = 49+208+58=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #31D03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D03A is #CE2FC5. Grayscale: #8F8F8F. Windows color (decimal): -13512646 or 3854385. OLE color: 3854385.
HSL color Cylindrical-coordinate representation of color #31D03A: hue angle of 123.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D03A is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 58 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.18 |
| HSL | 123.4º | 0.63% | 0.5% | - |
| HSV(B) | 123.4º | 0.76% | 0.82% | - |
| XYZ | 24.59 | 46.07 | 11.6 | - |
| YUV | 143.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 58 | 0.76 | 0 | 0.72 | 0.18 | 123.4 | 0.63 | 0.5 |
| Hex | 31 | D0 | 3A | 4C | 0 | 48 | 12 | 7B | 3F | 32 |
| Octal | 61 | 320 | 72 | 114 | 0 | 110 | 22 | 173 | 77 | 62 |
| Binary | 110001 | 11010000 | 111010 | 1001100 | 0 | 1001000 | 10010 | 1111011 | 111111 | 110010 |
Color Harmonies of #31D03A
Complementary color
Monochromatic Colors of #31D03A
Black with #31D03A
Text Example
Text Example
White with #31D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D03A; }
p { color: rgb(49,208,58); }
H1.HeaderClassName
{
color: #31D03A;
}
.AnyTagClassName
{
color: #31D03A;
}
</style>
background-color css
<style>
a { background-color: #31D03A; }
a { background-color: rgb(49,208,58); }
div.DivClassName
{
background-color: #31D03A;
}
.BgClassName
{
background-color: #31D03A;
}
</style>
border-color css
<style>
span { border-color: #31D03A; }
span { border-color: rgb(49,208,58); }
td.TdClassName
{
border-color: #31D03A;
}
.TagClassName
{
border-color: #31D03A;
}
</style>