Shades of Lime Green #31F03A
Tints of Lime Green #31F03A
RGB
CMYK
RGB Variations
Color information
#31F03A (or 0x31F03A) is known color: Lime Green. HEX triplet: 31, F0 and 3A. RGB value is (49,240,58). Sum of RGB (Red+Green+Blue) = 49+240+58=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #31F03A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F03A is #CE0FC5. Grayscale: #A2A2A2. Windows color (decimal): -13504454 or 3862577. OLE color: 3862577.
HSL color Cylindrical-coordinate representation of color #31F03A: hue angle of 122.83º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F03A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 58 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.06 |
| HSL | 122.83º | 0.86% | 0.57% | - |
| HSV(B) | 122.83º | 0.8% | 0.94% | - |
| XYZ | 33.19 | 63.28 | 14.47 | - |
| YUV | 162.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 58 | 0.80 | 0 | 0.76 | 0.06 | 122.83 | 0.86 | 0.57 |
| Hex | 31 | F0 | 3A | 50 | 0 | 4C | 6 | 7B | 56 | 39 |
| Octal | 61 | 360 | 72 | 120 | 0 | 114 | 6 | 173 | 126 | 71 |
| Binary | 110001 | 11110000 | 111010 | 1010000 | 0 | 1001100 | 110 | 1111011 | 1010110 | 111001 |
Color Harmonies of #31F03A
Complementary color
Monochromatic Colors of #31F03A
Black with #31F03A
Text Example
Text Example
White with #31F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F03A; }
p { color: rgb(49,240,58); }
H1.HeaderClassName
{
color: #31F03A;
}
.AnyTagClassName
{
color: #31F03A;
}
</style>
background-color css
<style>
a { background-color: #31F03A; }
a { background-color: rgb(49,240,58); }
div.DivClassName
{
background-color: #31F03A;
}
.BgClassName
{
background-color: #31F03A;
}
</style>
border-color css
<style>
span { border-color: #31F03A; }
span { border-color: rgb(49,240,58); }
td.TdClassName
{
border-color: #31F03A;
}
.TagClassName
{
border-color: #31F03A;
}
</style>