Shades of Lawn Green #72DD1E
Tints of Lawn Green #72DD1E
RGB
CMYK
RGB Variations
Color information
#72DD1E (or 0x72DD1E) is known color: Lawn Green. HEX triplet: 72, DD and 1E. RGB value is (114,221,30). Sum of RGB (Red+Green+Blue) = 114+221+30=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DD1E is #8D22E1. Grayscale: #A7A7A7. Windows color (decimal): -9249506 or 2022770. OLE color: 2022770.
HSL color Cylindrical-coordinate representation of color #72DD1E: hue angle of 93.61º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72DD1E is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 30 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.13 |
| HSL | 93.61º | 0.76% | 0.49% | - |
| HSV(B) | 93.61º | 0.86% | 0.87% | - |
| XYZ | 33.03 | 55.38 | 10.18 | - |
| YUV | 167.23 | 50.55 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 30 | 0.48 | 0 | 0.86 | 0.13 | 93.61 | 0.76 | 0.49 |
| Hex | 72 | DD | 1E | 30 | 0 | 56 | D | 5E | 4C | 31 |
| Octal | 162 | 335 | 36 | 60 | 0 | 126 | 15 | 136 | 114 | 61 |
| Binary | 1110010 | 11011101 | 11110 | 110000 | 0 | 1010110 | 1101 | 1011110 | 1001100 | 110001 |
Color Harmonies of #72DD1E
Complementary color
Monochromatic Colors of #72DD1E
Black with #72DD1E
Text Example
Text Example
White with #72DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DD1E; }
p { color: rgb(114,221,30); }
H1.HeaderClassName
{
color: #72DD1E;
}
.AnyTagClassName
{
color: #72DD1E;
}
</style>
background-color css
<style>
a { background-color: #72DD1E; }
a { background-color: rgb(114,221,30); }
div.DivClassName
{
background-color: #72DD1E;
}
.BgClassName
{
background-color: #72DD1E;
}
</style>
border-color css
<style>
span { border-color: #72DD1E; }
span { border-color: rgb(114,221,30); }
td.TdClassName
{
border-color: #72DD1E;
}
.TagClassName
{
border-color: #72DD1E;
}
</style>