Shades of Lawn Green #7DE00C
Tints of Lawn Green #7DE00C
RGB
CMYK
RGB Variations
Color information
#7DE00C (or 0x7DE00C) is known color: Lawn Green. HEX triplet: 7D, E0 and 0C. RGB value is (125,224,12). Sum of RGB (Red+Green+Blue) = 125+224+12=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DE00C is #821FF3. Grayscale: #AAAAAA. Windows color (decimal): -8527860 or 843901. OLE color: 843901.
HSL color Cylindrical-coordinate representation of color #7DE00C: hue angle of 88.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DE00C is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 12 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.12 |
| HSL | 88.02º | 0.9% | 0.46% | - |
| HSV(B) | 88.02º | 0.95% | 0.88% | - |
| XYZ | 35.18 | 57.7 | 9.63 | - |
| YUV | 170.23 | 38.7 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 12 | 0.44 | 0 | 0.95 | 0.12 | 88.02 | 0.9 | 0.46 |
| Hex | 7D | E0 | C | 2C | 0 | 5F | C | 58 | 5A | 2E |
| Octal | 175 | 340 | 14 | 54 | 0 | 137 | 14 | 130 | 132 | 56 |
| Binary | 1111101 | 11100000 | 1100 | 101100 | 0 | 1011111 | 1100 | 1011000 | 1011010 | 101110 |
Color Harmonies of #7DE00C
Complementary color
Monochromatic Colors of #7DE00C
Black with #7DE00C
Text Example
Text Example
White with #7DE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE00C; }
p { color: rgb(125,224,12); }
H1.HeaderClassName
{
color: #7DE00C;
}
.AnyTagClassName
{
color: #7DE00C;
}
</style>
background-color css
<style>
a { background-color: #7DE00C; }
a { background-color: rgb(125,224,12); }
div.DivClassName
{
background-color: #7DE00C;
}
.BgClassName
{
background-color: #7DE00C;
}
</style>
border-color css
<style>
span { border-color: #7DE00C; }
span { border-color: rgb(125,224,12); }
td.TdClassName
{
border-color: #7DE00C;
}
.TagClassName
{
border-color: #7DE00C;
}
</style>