Shades of Lawn Green #7EFC01
Tints of Lawn Green #7EFC01
RGB
CMYK
RGB Variations
Color information
#7EFC01 (or 0x7EFC01) is known color: Lawn Green. HEX triplet: 7E, FC and 01. RGB value is (126,252,1). Sum of RGB (Red+Green+Blue) = 126+252+1=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFC01 is #8103FE. Grayscale: #BABABA. Windows color (decimal): -8455167 or 130174. OLE color: 130174.
HSL color Cylindrical-coordinate representation of color #7EFC01: hue angle of 90.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EFC01 is Cyan = 0.5, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 1 | - |
| CMYK | 0.5 | 0 | 1.00 | 0.01 |
| HSL | 90.12º | 0.99% | 0.5% | - |
| HSV(B) | 90.12º | 1% | 0.99% | - |
| XYZ | 43.42 | 74.06 | 12.03 | - |
| YUV | 185.71 | 23.76 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 1 | 0.5 | 0 | 1.00 | 0.01 | 90.12 | 0.99 | 0.5 |
| Hex | 7E | FC | 1 | 32 | 0 | 64 | 1 | 5A | 63 | 32 |
| Octal | 176 | 374 | 1 | 62 | 0 | 144 | 1 | 132 | 143 | 62 |
| Binary | 1111110 | 11111100 | 1 | 110010 | 0 | 1100100 | 1 | 1011010 | 1100011 | 110010 |
Color Harmonies of #7EFC01
Complementary color
Monochromatic Colors of #7EFC01
Black with #7EFC01
Text Example
Text Example
White with #7EFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFC01; }
p { color: rgb(126,252,1); }
H1.HeaderClassName
{
color: #7EFC01;
}
.AnyTagClassName
{
color: #7EFC01;
}
</style>
background-color css
<style>
a { background-color: #7EFC01; }
a { background-color: rgb(126,252,1); }
div.DivClassName
{
background-color: #7EFC01;
}
.BgClassName
{
background-color: #7EFC01;
}
</style>
border-color css
<style>
span { border-color: #7EFC01; }
span { border-color: rgb(126,252,1); }
td.TdClassName
{
border-color: #7EFC01;
}
.TagClassName
{
border-color: #7EFC01;
}
</style>