Shades of Lawn Green #7DF42D
Tints of Lawn Green #7DF42D
RGB
CMYK
RGB Variations
Color information
#7DF42D (or 0x7DF42D) is known color: Lawn Green. HEX triplet: 7D, F4 and 2D. RGB value is (125,244,45). Sum of RGB (Red+Green+Blue) = 125+244+45=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 244 (95.70% from 255 or 58.94% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF42D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF42D is #820BD2. Grayscale: #BABABA. Windows color (decimal): -8522707 or 3011709. OLE color: 3011709.
HSL color Cylindrical-coordinate representation of color #7DF42D: hue angle of 95.88º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DF42D is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 45 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.04 |
| HSL | 95.88º | 0.9% | 0.57% | - |
| HSV(B) | 95.88º | 0.82% | 0.96% | - |
| XYZ | 41.28 | 69.25 | 13.67 | - |
| YUV | 185.73 | 48.58 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 45 | 0.49 | 0 | 0.82 | 0.04 | 95.88 | 0.9 | 0.57 |
| Hex | 7D | F4 | 2D | 31 | 0 | 52 | 4 | 60 | 5A | 39 |
| Octal | 175 | 364 | 55 | 61 | 0 | 122 | 4 | 140 | 132 | 71 |
| Binary | 1111101 | 11110100 | 101101 | 110001 | 0 | 1010010 | 100 | 1100000 | 1011010 | 111001 |
Color Harmonies of #7DF42D
Complementary color
Monochromatic Colors of #7DF42D
Black with #7DF42D
Text Example
Text Example
White with #7DF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF42D; }
p { color: rgb(125,244,45); }
H1.HeaderClassName
{
color: #7DF42D;
}
.AnyTagClassName
{
color: #7DF42D;
}
</style>
background-color css
<style>
a { background-color: #7DF42D; }
a { background-color: rgb(125,244,45); }
div.DivClassName
{
background-color: #7DF42D;
}
.BgClassName
{
background-color: #7DF42D;
}
</style>
border-color css
<style>
span { border-color: #7DF42D; }
span { border-color: rgb(125,244,45); }
td.TdClassName
{
border-color: #7DF42D;
}
.TagClassName
{
border-color: #7DF42D;
}
</style>