Shades of Lawn Green #72E10A
Tints of Lawn Green #72E10A
RGB
CMYK
RGB Variations
Color information
#72E10A (or 0x72E10A) is known color: Lawn Green. HEX triplet: 72, E1 and 0A. RGB value is (114,225,10). Sum of RGB (Red+Green+Blue) = 114+225+10=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #72E10A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72E10A is #8D1EF5. Grayscale: #A8A8A8. Windows color (decimal): -9248502 or 713074. OLE color: 713074.
HSL color Cylindrical-coordinate representation of color #72E10A: hue angle of 90.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72E10A is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 10 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.12 |
| HSL | 90.98º | 0.91% | 0.46% | - |
| HSV(B) | 90.98º | 0.96% | 0.88% | - |
| XYZ | 33.92 | 57.45 | 9.59 | - |
| YUV | 167.3 | 39.23 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 10 | 0.49 | 0 | 0.96 | 0.12 | 90.98 | 0.91 | 0.46 |
| Hex | 72 | E1 | A | 31 | 0 | 60 | C | 5B | 5B | 2E |
| Octal | 162 | 341 | 12 | 61 | 0 | 140 | 14 | 133 | 133 | 56 |
| Binary | 1110010 | 11100001 | 1010 | 110001 | 0 | 1100000 | 1100 | 1011011 | 1011011 | 101110 |
Color Harmonies of #72E10A
Complementary color
Monochromatic Colors of #72E10A
Black with #72E10A
Text Example
Text Example
White with #72E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E10A; }
p { color: rgb(114,225,10); }
H1.HeaderClassName
{
color: #72E10A;
}
.AnyTagClassName
{
color: #72E10A;
}
</style>
background-color css
<style>
a { background-color: #72E10A; }
a { background-color: rgb(114,225,10); }
div.DivClassName
{
background-color: #72E10A;
}
.BgClassName
{
background-color: #72E10A;
}
</style>
border-color css
<style>
span { border-color: #72E10A; }
span { border-color: rgb(114,225,10); }
td.TdClassName
{
border-color: #72E10A;
}
.TagClassName
{
border-color: #72E10A;
}
</style>