Shades of Lawn Green #72D702
Tints of Lawn Green #72D702
RGB
CMYK
RGB Variations
Color information
#72D702 (or 0x72D702) is known color: Lawn Green. HEX triplet: 72, D7 and 02. RGB value is (114,215,2). Sum of RGB (Red+Green+Blue) = 114+215+2=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #72D702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D702 is #8D28FD. Grayscale: #A1A1A1. Windows color (decimal): -9251070 or 186226. OLE color: 186226.
HSL color Cylindrical-coordinate representation of color #72D702: hue angle of 88.45º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72D702 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.16 |
| HSL | 88.45º | 0.98% | 0.43% | - |
| HSV(B) | 88.45º | 0.99% | 0.84% | - |
| XYZ | 31.25 | 52.18 | 8.48 | - |
| YUV | 160.52 | 38.54 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 2 | 0.47 | 0 | 0.99 | 0.16 | 88.45 | 0.98 | 0.43 |
| Hex | 72 | D7 | 2 | 2F | 0 | 63 | 10 | 58 | 62 | 2B |
| Octal | 162 | 327 | 2 | 57 | 0 | 143 | 20 | 130 | 142 | 53 |
| Binary | 1110010 | 11010111 | 10 | 101111 | 0 | 1100011 | 10000 | 1011000 | 1100010 | 101011 |
Color Harmonies of #72D702
Complementary color
Monochromatic Colors of #72D702
Black with #72D702
Text Example
Text Example
White with #72D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D702; }
p { color: rgb(114,215,2); }
H1.HeaderClassName
{
color: #72D702;
}
.AnyTagClassName
{
color: #72D702;
}
</style>
background-color css
<style>
a { background-color: #72D702; }
a { background-color: rgb(114,215,2); }
div.DivClassName
{
background-color: #72D702;
}
.BgClassName
{
background-color: #72D702;
}
</style>
border-color css
<style>
span { border-color: #72D702; }
span { border-color: rgb(114,215,2); }
td.TdClassName
{
border-color: #72D702;
}
.TagClassName
{
border-color: #72D702;
}
</style>