Shades of Lawn Green #7DFE01
Tints of Lawn Green #7DFE01
RGB
CMYK
RGB Variations
Color information
#7DFE01 (or 0x7DFE01) is known color: Lawn Green. HEX triplet: 7D, FE and 01. RGB value is (125,254,1). Sum of RGB (Red+Green+Blue) = 125+254+1=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFE01 is #8201FE. Grayscale: #BBBBBB. Windows color (decimal): -8520191 or 130685. OLE color: 130685.
HSL color Cylindrical-coordinate representation of color #7DFE01: hue angle of 90.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DFE01 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 1 | - |
| CMYK | 0.51 | 0 | 1.00 | 0.00 |
| HSL | 90.59º | 0.99% | 0.5% | - |
| HSV(B) | 90.59º | 1% | 1% | - |
| XYZ | 43.9 | 75.25 | 12.24 | - |
| YUV | 186.59 | 23.26 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 1 | 0.51 | 0 | 1.00 | 0.00 | 90.59 | 0.99 | 0.5 |
| Hex | 7D | FE | 1 | 33 | 0 | 64 | 0 | 5B | 63 | 32 |
| Octal | 175 | 376 | 1 | 63 | 0 | 144 | 0 | 133 | 143 | 62 |
| Binary | 1111101 | 11111110 | 1 | 110011 | 0 | 1100100 | 0 | 1011011 | 1100011 | 110010 |
Color Harmonies of #7DFE01
Complementary color
Monochromatic Colors of #7DFE01
Black with #7DFE01
Text Example
Text Example
White with #7DFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE01; }
p { color: rgb(125,254,1); }
H1.HeaderClassName
{
color: #7DFE01;
}
.AnyTagClassName
{
color: #7DFE01;
}
</style>
background-color css
<style>
a { background-color: #7DFE01; }
a { background-color: rgb(125,254,1); }
div.DivClassName
{
background-color: #7DFE01;
}
.BgClassName
{
background-color: #7DFE01;
}
</style>
border-color css
<style>
span { border-color: #7DFE01; }
span { border-color: rgb(125,254,1); }
td.TdClassName
{
border-color: #7DFE01;
}
.TagClassName
{
border-color: #7DFE01;
}
</style>