Shades of Lawn Green #72DB13
Tints of Lawn Green #72DB13
RGB
CMYK
RGB Variations
Color information
#72DB13 (or 0x72DB13) is known color: Lawn Green. HEX triplet: 72, DB and 13. RGB value is (114,219,19). Sum of RGB (Red+Green+Blue) = 114+219+19=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DB13 is #8D24EC. Grayscale: #A5A5A5. Windows color (decimal): -9250029 or 1301362. OLE color: 1301362.
HSL color Cylindrical-coordinate representation of color #72DB13: hue angle of 91.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72DB13 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 19 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.14 |
| HSL | 91.5º | 0.84% | 0.47% | - |
| HSV(B) | 91.5º | 0.91% | 0.86% | - |
| XYZ | 32.39 | 54.29 | 9.39 | - |
| YUV | 164.81 | 45.71 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 19 | 0.48 | 0 | 0.91 | 0.14 | 91.5 | 0.84 | 0.47 |
| Hex | 72 | DB | 13 | 30 | 0 | 5B | E | 5C | 54 | 2F |
| Octal | 162 | 333 | 23 | 60 | 0 | 133 | 16 | 134 | 124 | 57 |
| Binary | 1110010 | 11011011 | 10011 | 110000 | 0 | 1011011 | 1110 | 1011100 | 1010100 | 101111 |
Color Harmonies of #72DB13
Complementary color
Monochromatic Colors of #72DB13
Black with #72DB13
Text Example
Text Example
White with #72DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB13; }
p { color: rgb(114,219,19); }
H1.HeaderClassName
{
color: #72DB13;
}
.AnyTagClassName
{
color: #72DB13;
}
</style>
background-color css
<style>
a { background-color: #72DB13; }
a { background-color: rgb(114,219,19); }
div.DivClassName
{
background-color: #72DB13;
}
.BgClassName
{
background-color: #72DB13;
}
</style>
border-color css
<style>
span { border-color: #72DB13; }
span { border-color: rgb(114,219,19); }
td.TdClassName
{
border-color: #72DB13;
}
.TagClassName
{
border-color: #72DB13;
}
</style>