Shades of Lawn Green #72DC0B
Tints of Lawn Green #72DC0B
RGB
CMYK
RGB Variations
Color information
#72DC0B (or 0x72DC0B) is known color: Lawn Green. HEX triplet: 72, DC and 0B. RGB value is (114,220,11). Sum of RGB (Red+Green+Blue) = 114+220+11=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DC0B is #8D23F4. Grayscale: #A5A5A5. Windows color (decimal): -9249781 or 777330. OLE color: 777330.
HSL color Cylindrical-coordinate representation of color #72DC0B: hue angle of 90.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72DC0B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.14 |
| HSL | 90.43º | 0.9% | 0.45% | - |
| HSV(B) | 90.43º | 0.95% | 0.86% | - |
| XYZ | 32.59 | 54.79 | 9.17 | - |
| YUV | 164.48 | 41.38 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 11 | 0.48 | 0 | 0.95 | 0.14 | 90.43 | 0.9 | 0.45 |
| Hex | 72 | DC | B | 30 | 0 | 5F | E | 5A | 5A | 2D |
| Octal | 162 | 334 | 13 | 60 | 0 | 137 | 16 | 132 | 132 | 55 |
| Binary | 1110010 | 11011100 | 1011 | 110000 | 0 | 1011111 | 1110 | 1011010 | 1011010 | 101101 |
Color Harmonies of #72DC0B
Complementary color
Monochromatic Colors of #72DC0B
Black with #72DC0B
Text Example
Text Example
White with #72DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC0B; }
p { color: rgb(114,220,11); }
H1.HeaderClassName
{
color: #72DC0B;
}
.AnyTagClassName
{
color: #72DC0B;
}
</style>
background-color css
<style>
a { background-color: #72DC0B; }
a { background-color: rgb(114,220,11); }
div.DivClassName
{
background-color: #72DC0B;
}
.BgClassName
{
background-color: #72DC0B;
}
</style>
border-color css
<style>
span { border-color: #72DC0B; }
span { border-color: rgb(114,220,11); }
td.TdClassName
{
border-color: #72DC0B;
}
.TagClassName
{
border-color: #72DC0B;
}
</style>