Shades of Lime Green #31D03D
Tints of Lime Green #31D03D
RGB
CMYK
RGB Variations
Color information
#31D03D (or 0x31D03D) is known color: Lime Green. HEX triplet: 31, D0 and 3D. RGB value is (49,208,61). Sum of RGB (Red+Green+Blue) = 49+208+61=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #31D03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D03D is #CE2FC2. Grayscale: #909090. Windows color (decimal): -13512643 or 4050993. OLE color: 4050993.
HSL color Cylindrical-coordinate representation of color #31D03D: hue angle of 124.53º 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 #31D03D is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 61 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.18 |
| HSL | 124.53º | 0.63% | 0.5% | - |
| HSV(B) | 124.53º | 0.76% | 0.82% | - |
| XYZ | 24.66 | 46.1 | 12.01 | - |
| YUV | 143.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 61 | 0.76 | 0 | 0.71 | 0.18 | 124.53 | 0.63 | 0.5 |
| Hex | 31 | D0 | 3D | 4C | 0 | 47 | 12 | 7D | 3F | 32 |
| Octal | 61 | 320 | 75 | 114 | 0 | 107 | 22 | 175 | 77 | 62 |
| Binary | 110001 | 11010000 | 111101 | 1001100 | 0 | 1000111 | 10010 | 1111101 | 111111 | 110010 |
Color Harmonies of #31D03D
Complementary color
Monochromatic Colors of #31D03D
Black with #31D03D
Text Example
Text Example
White with #31D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D03D; }
p { color: rgb(49,208,61); }
H1.HeaderClassName
{
color: #31D03D;
}
.AnyTagClassName
{
color: #31D03D;
}
</style>
background-color css
<style>
a { background-color: #31D03D; }
a { background-color: rgb(49,208,61); }
div.DivClassName
{
background-color: #31D03D;
}
.BgClassName
{
background-color: #31D03D;
}
</style>
border-color css
<style>
span { border-color: #31D03D; }
span { border-color: rgb(49,208,61); }
td.TdClassName
{
border-color: #31D03D;
}
.TagClassName
{
border-color: #31D03D;
}
</style>