Shades of Lime Green #31D30F
Tints of Lime Green #31D30F
RGB
CMYK
RGB Variations
Color information
#31D30F (or 0x31D30F) is known color: Lime Green. HEX triplet: 31, D3 and 0F. RGB value is (49,211,15). Sum of RGB (Red+Green+Blue) = 49+211+15=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #31D30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D30F is #CE2CF0. Grayscale: #8C8C8C. Windows color (decimal): -13511921 or 1037105. OLE color: 1037105.
HSL color Cylindrical-coordinate representation of color #31D30F: hue angle of 109.59º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31D30F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 15 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.17 |
| HSL | 109.59º | 0.87% | 0.44% | - |
| HSV(B) | 109.59º | 0.93% | 0.83% | - |
| XYZ | 24.65 | 47.28 | 8.28 | - |
| YUV | 140.22 | 57.33 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 15 | 0.77 | 0 | 0.93 | 0.17 | 109.59 | 0.87 | 0.44 |
| Hex | 31 | D3 | F | 4D | 0 | 5D | 11 | 6E | 57 | 2C |
| Octal | 61 | 323 | 17 | 115 | 0 | 135 | 21 | 156 | 127 | 54 |
| Binary | 110001 | 11010011 | 1111 | 1001101 | 0 | 1011101 | 10001 | 1101110 | 1010111 | 101100 |
Color Harmonies of #31D30F
Complementary color
Monochromatic Colors of #31D30F
Black with #31D30F
Text Example
Text Example
White with #31D30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D30F; }
p { color: rgb(49,211,15); }
H1.HeaderClassName
{
color: #31D30F;
}
.AnyTagClassName
{
color: #31D30F;
}
</style>
background-color css
<style>
a { background-color: #31D30F; }
a { background-color: rgb(49,211,15); }
div.DivClassName
{
background-color: #31D30F;
}
.BgClassName
{
background-color: #31D30F;
}
</style>
border-color css
<style>
span { border-color: #31D30F; }
span { border-color: rgb(49,211,15); }
td.TdClassName
{
border-color: #31D30F;
}
.TagClassName
{
border-color: #31D30F;
}
</style>