Shades of Lawn Green #7DDB02
Tints of Lawn Green #7DDB02
RGB
CMYK
RGB Variations
Color information
#7DDB02 (or 0x7DDB02) is known color: Lawn Green. HEX triplet: 7D, DB and 02. RGB value is (125,219,2). Sum of RGB (Red+Green+Blue) = 125+219+2=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDB02 is #8224FD. Grayscale: #A6A6A6. Windows color (decimal): -8529150 or 187261. OLE color: 187261.
HSL color Cylindrical-coordinate representation of color #7DDB02: hue angle of 85.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DDB02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.14 |
| HSL | 85.99º | 0.98% | 0.43% | - |
| HSV(B) | 85.99º | 0.99% | 0.86% | - |
| XYZ | 33.8 | 55.03 | 8.9 | - |
| YUV | 166.16 | 35.36 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 2 | 0.43 | 0 | 0.99 | 0.14 | 85.99 | 0.98 | 0.43 |
| Hex | 7D | DB | 2 | 2B | 0 | 63 | E | 56 | 62 | 2B |
| Octal | 175 | 333 | 2 | 53 | 0 | 143 | 16 | 126 | 142 | 53 |
| Binary | 1111101 | 11011011 | 10 | 101011 | 0 | 1100011 | 1110 | 1010110 | 1100010 | 101011 |
Color Harmonies of #7DDB02
Complementary color
Monochromatic Colors of #7DDB02
Black with #7DDB02
Text Example
Text Example
White with #7DDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB02; }
p { color: rgb(125,219,2); }
H1.HeaderClassName
{
color: #7DDB02;
}
.AnyTagClassName
{
color: #7DDB02;
}
</style>
background-color css
<style>
a { background-color: #7DDB02; }
a { background-color: rgb(125,219,2); }
div.DivClassName
{
background-color: #7DDB02;
}
.BgClassName
{
background-color: #7DDB02;
}
</style>
border-color css
<style>
span { border-color: #7DDB02; }
span { border-color: rgb(125,219,2); }
td.TdClassName
{
border-color: #7DDB02;
}
.TagClassName
{
border-color: #7DDB02;
}
</style>