Shades of Lawn Green #72D700
Tints of Lawn Green #72D700
RGB
CMYK
RGB Variations
Color information
#72D700 (or 0x72D700) is known color: Lawn Green. HEX triplet: 72, D7 and 00. RGB value is (114,215,0). Sum of RGB (Red+Green+Blue) = 114+215+0=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #72D700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D700 is #8D28FF. Grayscale: #A1A1A1. Windows color (decimal): -9251072 or 55154. OLE color: 55154.
HSL color Cylindrical-coordinate representation of color #72D700: hue angle of 88.19º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72D700 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.16 |
| HSL | 88.19º | 1% | 0.42% | - |
| HSV(B) | 88.19º | 1% | 0.84% | - |
| XYZ | 31.24 | 52.18 | 8.42 | - |
| YUV | 160.29 | 37.54 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 0 | 0.47 | 0 | 1 | 0.16 | 88.19 | 1 | 0.42 |
| Hex | 72 | D7 | 0 | 2F | 0 | 64 | 10 | 58 | 64 | 2A |
| Octal | 162 | 327 | 0 | 57 | 0 | 144 | 20 | 130 | 144 | 52 |
| Binary | 1110010 | 11010111 | 0 | 101111 | 0 | 1100100 | 10000 | 1011000 | 1100100 | 101010 |
Color Harmonies of #72D700
Complementary color
Monochromatic Colors of #72D700
Black with #72D700
Text Example
Text Example
White with #72D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D700; }
p { color: rgb(114,215,0); }
H1.HeaderClassName
{
color: #72D700;
}
.AnyTagClassName
{
color: #72D700;
}
</style>
background-color css
<style>
a { background-color: #72D700; }
a { background-color: rgb(114,215,0); }
div.DivClassName
{
background-color: #72D700;
}
.BgClassName
{
background-color: #72D700;
}
</style>
border-color css
<style>
span { border-color: #72D700; }
span { border-color: rgb(114,215,0); }
td.TdClassName
{
border-color: #72D700;
}
.TagClassName
{
border-color: #72D700;
}
</style>