Shades of Lawn Green #7DED2A
Tints of Lawn Green #7DED2A
RGB
CMYK
RGB Variations
Color information
#7DED2A (or 0x7DED2A) is known color: Lawn Green. HEX triplet: 7D, ED and 2A. RGB value is (125,237,42). Sum of RGB (Red+Green+Blue) = 125+237+42=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 237 (92.97% from 255 or 58.66% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED2A is #8212D5. Grayscale: #B5B5B5. Windows color (decimal): -8524502 or 2813309. OLE color: 2813309.
HSL color Cylindrical-coordinate representation of color #7DED2A: hue angle of 94.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DED2A is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 42 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.07 |
| HSL | 94.46º | 0.84% | 0.55% | - |
| HSV(B) | 94.46º | 0.82% | 0.93% | - |
| XYZ | 39.16 | 65.1 | 12.69 | - |
| YUV | 181.28 | 49.39 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 42 | 0.47 | 0 | 0.82 | 0.07 | 94.46 | 0.84 | 0.55 |
| Hex | 7D | ED | 2A | 2F | 0 | 52 | 7 | 5E | 54 | 37 |
| Octal | 175 | 355 | 52 | 57 | 0 | 122 | 7 | 136 | 124 | 67 |
| Binary | 1111101 | 11101101 | 101010 | 101111 | 0 | 1010010 | 111 | 1011110 | 1010100 | 110111 |
Color Harmonies of #7DED2A
Complementary color
Monochromatic Colors of #7DED2A
Black with #7DED2A
Text Example
Text Example
White with #7DED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED2A; }
p { color: rgb(125,237,42); }
H1.HeaderClassName
{
color: #7DED2A;
}
.AnyTagClassName
{
color: #7DED2A;
}
</style>
background-color css
<style>
a { background-color: #7DED2A; }
a { background-color: rgb(125,237,42); }
div.DivClassName
{
background-color: #7DED2A;
}
.BgClassName
{
background-color: #7DED2A;
}
</style>
border-color css
<style>
span { border-color: #7DED2A; }
span { border-color: rgb(125,237,42); }
td.TdClassName
{
border-color: #7DED2A;
}
.TagClassName
{
border-color: #7DED2A;
}
</style>