Shades of Lawn Green #7DDC00
Tints of Lawn Green #7DDC00
RGB
CMYK
RGB Variations
Color information
#7DDC00 (or 0x7DDC00) is known color: Lawn Green. HEX triplet: 7D, DC and 00. RGB value is (125,220,0). Sum of RGB (Red+Green+Blue) = 125+220+0=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDC00 is #8223FF. Grayscale: #A7A7A7. Windows color (decimal): -8528896 or 56445. OLE color: 56445.
HSL color Cylindrical-coordinate representation of color #7DDC00: hue angle of 85.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DDC00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.14 |
| HSL | 85.91º | 1% | 0.43% | - |
| HSV(B) | 85.91º | 1% | 0.86% | - |
| XYZ | 34.05 | 55.55 | 8.93 | - |
| YUV | 166.52 | 34.03 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 0 | 0.43 | 0 | 1 | 0.14 | 85.91 | 1 | 0.43 |
| Hex | 7D | DC | 0 | 2B | 0 | 64 | E | 56 | 64 | 2B |
| Octal | 175 | 334 | 0 | 53 | 0 | 144 | 16 | 126 | 144 | 53 |
| Binary | 1111101 | 11011100 | 0 | 101011 | 0 | 1100100 | 1110 | 1010110 | 1100100 | 101011 |
Color Harmonies of #7DDC00
Complementary color
Monochromatic Colors of #7DDC00
Black with #7DDC00
Text Example
Text Example
White with #7DDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC00; }
p { color: rgb(125,220,0); }
H1.HeaderClassName
{
color: #7DDC00;
}
.AnyTagClassName
{
color: #7DDC00;
}
</style>
background-color css
<style>
a { background-color: #7DDC00; }
a { background-color: rgb(125,220,0); }
div.DivClassName
{
background-color: #7DDC00;
}
.BgClassName
{
background-color: #7DDC00;
}
</style>
border-color css
<style>
span { border-color: #7DDC00; }
span { border-color: rgb(125,220,0); }
td.TdClassName
{
border-color: #7DDC00;
}
.TagClassName
{
border-color: #7DDC00;
}
</style>