Shades of Lawn Green #72D613
Tints of Lawn Green #72D613
RGB
CMYK
RGB Variations
Color information
#72D613 (or 0x72D613) is known color: Lawn Green. HEX triplet: 72, D6 and 13. RGB value is (114,214,19). Sum of RGB (Red+Green+Blue) = 114+214+19=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #72D613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D613 is #8D29EC. Grayscale: #A2A2A2. Windows color (decimal): -9251309 or 1300082. OLE color: 1300082.
HSL color Cylindrical-coordinate representation of color #72D613: hue angle of 90.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72D613 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 19 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.16 |
| HSL | 90.77º | 0.84% | 0.46% | - |
| HSV(B) | 90.77º | 0.91% | 0.84% | - |
| XYZ | 31.1 | 51.72 | 8.96 | - |
| YUV | 161.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 19 | 0.47 | 0 | 0.91 | 0.16 | 90.77 | 0.84 | 0.46 |
| Hex | 72 | D6 | 13 | 2F | 0 | 5B | 10 | 5B | 54 | 2E |
| Octal | 162 | 326 | 23 | 57 | 0 | 133 | 20 | 133 | 124 | 56 |
| Binary | 1110010 | 11010110 | 10011 | 101111 | 0 | 1011011 | 10000 | 1011011 | 1010100 | 101110 |
Color Harmonies of #72D613
Complementary color
Monochromatic Colors of #72D613
Black with #72D613
Text Example
Text Example
White with #72D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D613; }
p { color: rgb(114,214,19); }
H1.HeaderClassName
{
color: #72D613;
}
.AnyTagClassName
{
color: #72D613;
}
</style>
background-color css
<style>
a { background-color: #72D613; }
a { background-color: rgb(114,214,19); }
div.DivClassName
{
background-color: #72D613;
}
.BgClassName
{
background-color: #72D613;
}
</style>
border-color css
<style>
span { border-color: #72D613; }
span { border-color: rgb(114,214,19); }
td.TdClassName
{
border-color: #72D613;
}
.TagClassName
{
border-color: #72D613;
}
</style>