Shades of Lawn Green #7DD304
Tints of Lawn Green #7DD304
RGB
CMYK
RGB Variations
Color information
#7DD304 (or 0x7DD304) is known color: Lawn Green. HEX triplet: 7D, D3 and 04. RGB value is (125,211,4). Sum of RGB (Red+Green+Blue) = 125+211+4=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD304 is #822CFB. Grayscale: #A2A2A2. Windows color (decimal): -8531196 or 316285. OLE color: 316285.
HSL color Cylindrical-coordinate representation of color #7DD304: hue angle of 84.93º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DD304 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 4 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.17 |
| HSL | 84.93º | 0.96% | 0.42% | - |
| HSV(B) | 84.93º | 0.98% | 0.83% | - |
| XYZ | 31.77 | 50.96 | 8.28 | - |
| YUV | 161.69 | 39.01 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 4 | 0.41 | 0 | 0.98 | 0.17 | 84.93 | 0.96 | 0.42 |
| Hex | 7D | D3 | 4 | 29 | 0 | 62 | 11 | 55 | 60 | 2A |
| Octal | 175 | 323 | 4 | 51 | 0 | 142 | 21 | 125 | 140 | 52 |
| Binary | 1111101 | 11010011 | 100 | 101001 | 0 | 1100010 | 10001 | 1010101 | 1100000 | 101010 |
Color Harmonies of #7DD304
Complementary color
Monochromatic Colors of #7DD304
Black with #7DD304
Text Example
Text Example
White with #7DD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD304; }
p { color: rgb(125,211,4); }
H1.HeaderClassName
{
color: #7DD304;
}
.AnyTagClassName
{
color: #7DD304;
}
</style>
background-color css
<style>
a { background-color: #7DD304; }
a { background-color: rgb(125,211,4); }
div.DivClassName
{
background-color: #7DD304;
}
.BgClassName
{
background-color: #7DD304;
}
</style>
border-color css
<style>
span { border-color: #7DD304; }
span { border-color: rgb(125,211,4); }
td.TdClassName
{
border-color: #7DD304;
}
.TagClassName
{
border-color: #7DD304;
}
</style>