Shades of Lawn Green #7EF014
Tints of Lawn Green #7EF014
RGB
CMYK
RGB Variations
Color information
#7EF014 (or 0x7EF014) is known color: Lawn Green. HEX triplet: 7E, F0 and 14. RGB value is (126,240,20). Sum of RGB (Red+Green+Blue) = 126+240+20=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EF014 is #810FEB. Grayscale: #B5B5B5. Windows color (decimal): -8458220 or 1372286. OLE color: 1372286.
HSL color Cylindrical-coordinate representation of color #7EF014: hue angle of 91.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EF014 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 20 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.06 |
| HSL | 91.09º | 0.88% | 0.51% | - |
| HSV(B) | 91.09º | 0.92% | 0.94% | - |
| XYZ | 39.89 | 66.81 | 11.45 | - |
| YUV | 180.83 | 37.23 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 20 | 0.48 | 0 | 0.92 | 0.06 | 91.09 | 0.88 | 0.51 |
| Hex | 7E | F0 | 14 | 30 | 0 | 5C | 6 | 5B | 58 | 33 |
| Octal | 176 | 360 | 24 | 60 | 0 | 134 | 6 | 133 | 130 | 63 |
| Binary | 1111110 | 11110000 | 10100 | 110000 | 0 | 1011100 | 110 | 1011011 | 1011000 | 110011 |
Color Harmonies of #7EF014
Complementary color
Monochromatic Colors of #7EF014
Black with #7EF014
Text Example
Text Example
White with #7EF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF014; }
p { color: rgb(126,240,20); }
H1.HeaderClassName
{
color: #7EF014;
}
.AnyTagClassName
{
color: #7EF014;
}
</style>
background-color css
<style>
a { background-color: #7EF014; }
a { background-color: rgb(126,240,20); }
div.DivClassName
{
background-color: #7EF014;
}
.BgClassName
{
background-color: #7EF014;
}
</style>
border-color css
<style>
span { border-color: #7EF014; }
span { border-color: rgb(126,240,20); }
td.TdClassName
{
border-color: #7EF014;
}
.TagClassName
{
border-color: #7EF014;
}
</style>