Shades of Lime Green #31F04E
Tints of Lime Green #31F04E
RGB
CMYK
RGB Variations
Color information
#31F04E (or 0x31F04E) is known color: Lime Green. HEX triplet: 31, F0 and 4E. RGB value is (49,240,78). Sum of RGB (Red+Green+Blue) = 49+240+78=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #31F04E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F04E is #CE0FB1. Grayscale: #A4A4A4. Windows color (decimal): -13504434 or 5173297. OLE color: 5173297.
HSL color Cylindrical-coordinate representation of color #31F04E: hue angle of 129.11º 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 #31F04E is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 78 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.06 |
| HSL | 129.11º | 0.86% | 0.57% | - |
| HSV(B) | 129.11º | 0.8% | 0.94% | - |
| XYZ | 33.8 | 63.52 | 17.69 | - |
| YUV | 164.42 | 79.22 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 78 | 0.80 | 0 | 0.68 | 0.06 | 129.11 | 0.86 | 0.57 |
| Hex | 31 | F0 | 4E | 50 | 0 | 44 | 6 | 81 | 56 | 39 |
| Octal | 61 | 360 | 116 | 120 | 0 | 104 | 6 | 201 | 126 | 71 |
| Binary | 110001 | 11110000 | 1001110 | 1010000 | 0 | 1000100 | 110 | 10000001 | 1010110 | 111001 |
Color Harmonies of #31F04E
Complementary color
Monochromatic Colors of #31F04E
Black with #31F04E
Text Example
Text Example
White with #31F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F04E; }
p { color: rgb(49,240,78); }
H1.HeaderClassName
{
color: #31F04E;
}
.AnyTagClassName
{
color: #31F04E;
}
</style>
background-color css
<style>
a { background-color: #31F04E; }
a { background-color: rgb(49,240,78); }
div.DivClassName
{
background-color: #31F04E;
}
.BgClassName
{
background-color: #31F04E;
}
</style>
border-color css
<style>
span { border-color: #31F04E; }
span { border-color: rgb(49,240,78); }
td.TdClassName
{
border-color: #31F04E;
}
.TagClassName
{
border-color: #31F04E;
}
</style>