Shades of Lawn Green #7DFC0F
Tints of Lawn Green #7DFC0F
RGB
CMYK
RGB Variations
Color information
#7DFC0F (or 0x7DFC0F) is known color: Lawn Green. HEX triplet: 7D, FC and 0F. RGB value is (125,252,15). Sum of RGB (Red+Green+Blue) = 125+252+15=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFC0F is #8203F0. Grayscale: #BBBBBB. Windows color (decimal): -8520689 or 1047677. OLE color: 1047677.
HSL color Cylindrical-coordinate representation of color #7DFC0F: hue angle of 92.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DFC0F is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 15 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.01 |
| HSL | 92.15º | 0.98% | 0.52% | - |
| HSV(B) | 92.15º | 0.94% | 0.99% | - |
| XYZ | 43.35 | 74.02 | 12.45 | - |
| YUV | 187.01 | 30.92 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 15 | 0.50 | 0 | 0.94 | 0.01 | 92.15 | 0.98 | 0.52 |
| Hex | 7D | FC | F | 32 | 0 | 5E | 1 | 5C | 62 | 34 |
| Octal | 175 | 374 | 17 | 62 | 0 | 136 | 1 | 134 | 142 | 64 |
| Binary | 1111101 | 11111100 | 1111 | 110010 | 0 | 1011110 | 1 | 1011100 | 1100010 | 110100 |
Color Harmonies of #7DFC0F
Complementary color
Monochromatic Colors of #7DFC0F
Black with #7DFC0F
Text Example
Text Example
White with #7DFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC0F; }
p { color: rgb(125,252,15); }
H1.HeaderClassName
{
color: #7DFC0F;
}
.AnyTagClassName
{
color: #7DFC0F;
}
</style>
background-color css
<style>
a { background-color: #7DFC0F; }
a { background-color: rgb(125,252,15); }
div.DivClassName
{
background-color: #7DFC0F;
}
.BgClassName
{
background-color: #7DFC0F;
}
</style>
border-color css
<style>
span { border-color: #7DFC0F; }
span { border-color: rgb(125,252,15); }
td.TdClassName
{
border-color: #7DFC0F;
}
.TagClassName
{
border-color: #7DFC0F;
}
</style>