Shades of Lawn Green #7DDF18
Tints of Lawn Green #7DDF18
RGB
CMYK
RGB Variations
Color information
#7DDF18 (or 0x7DDF18) is known color: Lawn Green. HEX triplet: 7D, DF and 18. RGB value is (125,223,24). Sum of RGB (Red+Green+Blue) = 125+223+24=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDF18 is #8220E7. Grayscale: #ABABAB. Windows color (decimal): -8528104 or 1630077. OLE color: 1630077.
HSL color Cylindrical-coordinate representation of color #7DDF18: hue angle of 89.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DDF18 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 24 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.13 |
| HSL | 89.55º | 0.81% | 0.48% | - |
| HSV(B) | 89.55º | 0.89% | 0.87% | - |
| XYZ | 35.01 | 57.2 | 10.06 | - |
| YUV | 171.01 | 45.03 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 24 | 0.44 | 0 | 0.89 | 0.13 | 89.55 | 0.81 | 0.48 |
| Hex | 7D | DF | 18 | 2C | 0 | 59 | D | 5A | 51 | 30 |
| Octal | 175 | 337 | 30 | 54 | 0 | 131 | 15 | 132 | 121 | 60 |
| Binary | 1111101 | 11011111 | 11000 | 101100 | 0 | 1011001 | 1101 | 1011010 | 1010001 | 110000 |
Color Harmonies of #7DDF18
Complementary color
Monochromatic Colors of #7DDF18
Black with #7DDF18
Text Example
Text Example
White with #7DDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF18; }
p { color: rgb(125,223,24); }
H1.HeaderClassName
{
color: #7DDF18;
}
.AnyTagClassName
{
color: #7DDF18;
}
</style>
background-color css
<style>
a { background-color: #7DDF18; }
a { background-color: rgb(125,223,24); }
div.DivClassName
{
background-color: #7DDF18;
}
.BgClassName
{
background-color: #7DDF18;
}
</style>
border-color css
<style>
span { border-color: #7DDF18; }
span { border-color: rgb(125,223,24); }
td.TdClassName
{
border-color: #7DDF18;
}
.TagClassName
{
border-color: #7DDF18;
}
</style>