Shades of Lawn Green #7DF20F
Tints of Lawn Green #7DF20F
RGB
CMYK
RGB Variations
Color information
#7DF20F (or 0x7DF20F) is known color: Lawn Green. HEX triplet: 7D, F2 and 0F. RGB value is (125,242,15). Sum of RGB (Red+Green+Blue) = 125+242+15=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF20F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF20F is #820DF0. Grayscale: #B5B5B5. Windows color (decimal): -8523249 or 1045117. OLE color: 1045117.
HSL color Cylindrical-coordinate representation of color #7DF20F: hue angle of 90.93º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DF20F is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 15 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.05 |
| HSL | 90.93º | 0.9% | 0.5% | - |
| HSV(B) | 90.93º | 0.94% | 0.95% | - |
| XYZ | 40.3 | 67.9 | 11.43 | - |
| YUV | 181.14 | 34.24 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 15 | 0.48 | 0 | 0.94 | 0.05 | 90.93 | 0.9 | 0.5 |
| Hex | 7D | F2 | F | 30 | 0 | 5E | 5 | 5B | 5A | 32 |
| Octal | 175 | 362 | 17 | 60 | 0 | 136 | 5 | 133 | 132 | 62 |
| Binary | 1111101 | 11110010 | 1111 | 110000 | 0 | 1011110 | 101 | 1011011 | 1011010 | 110010 |
Color Harmonies of #7DF20F
Complementary color
Monochromatic Colors of #7DF20F
Black with #7DF20F
Text Example
Text Example
White with #7DF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF20F; }
p { color: rgb(125,242,15); }
H1.HeaderClassName
{
color: #7DF20F;
}
.AnyTagClassName
{
color: #7DF20F;
}
</style>
background-color css
<style>
a { background-color: #7DF20F; }
a { background-color: rgb(125,242,15); }
div.DivClassName
{
background-color: #7DF20F;
}
.BgClassName
{
background-color: #7DF20F;
}
</style>
border-color css
<style>
span { border-color: #7DF20F; }
span { border-color: rgb(125,242,15); }
td.TdClassName
{
border-color: #7DF20F;
}
.TagClassName
{
border-color: #7DF20F;
}
</style>