Shades of Lawn Green #7DFF1E
Tints of Lawn Green #7DFF1E
RGB
CMYK
RGB Variations
Color information
#7DFF1E (or 0x7DFF1E) is known color: Lawn Green. HEX triplet: 7D, FF and 1E. RGB value is (125,255,30). Sum of RGB (Red+Green+Blue) = 125+255+30=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF1E is #8200E1. Grayscale: #BFBFBF. Windows color (decimal): -8519906 or 2031485. OLE color: 2031485.
HSL color Cylindrical-coordinate representation of color #7DFF1E: hue angle of 94.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DFF1E is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 30 | - |
| CMYK | 0.51 | 0 | 0.88 | 0 |
| HSL | 94.67º | 1% | 0.56% | - |
| HSV(B) | 94.67º | 0.88% | 1% | - |
| XYZ | 44.45 | 75.97 | 13.55 | - |
| YUV | 190.48 | 37.43 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 30 | 0.51 | 0 | 0.88 | 0 | 94.67 | 1 | 0.56 |
| Hex | 7D | FF | 1E | 33 | 0 | 58 | 0 | 5F | 64 | 38 |
| Octal | 175 | 377 | 36 | 63 | 0 | 130 | 0 | 137 | 144 | 70 |
| Binary | 1111101 | 11111111 | 11110 | 110011 | 0 | 1011000 | 0 | 1011111 | 1100100 | 111000 |
Color Harmonies of #7DFF1E
Complementary color
Monochromatic Colors of #7DFF1E
Black with #7DFF1E
Text Example
Text Example
White with #7DFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF1E; }
p { color: rgb(125,255,30); }
H1.HeaderClassName
{
color: #7DFF1E;
}
.AnyTagClassName
{
color: #7DFF1E;
}
</style>
background-color css
<style>
a { background-color: #7DFF1E; }
a { background-color: rgb(125,255,30); }
div.DivClassName
{
background-color: #7DFF1E;
}
.BgClassName
{
background-color: #7DFF1E;
}
</style>
border-color css
<style>
span { border-color: #7DFF1E; }
span { border-color: rgb(125,255,30); }
td.TdClassName
{
border-color: #7DFF1E;
}
.TagClassName
{
border-color: #7DFF1E;
}
</style>