Shades of Lawn Green #72E205
Tints of Lawn Green #72E205
RGB
CMYK
RGB Variations
Color information
#72E205 (or 0x72E205) is known color: Lawn Green. HEX triplet: 72, E2 and 05. RGB value is (114,226,5). Sum of RGB (Red+Green+Blue) = 114+226+5=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #72E205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72E205 is #8D1DFA. Grayscale: #A8A8A8. Windows color (decimal): -9248251 or 385650. OLE color: 385650.
HSL color Cylindrical-coordinate representation of color #72E205: hue angle of 90.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72E205 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 5 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.11 |
| HSL | 90.41º | 0.96% | 0.45% | - |
| HSV(B) | 90.41º | 0.98% | 0.89% | - |
| XYZ | 34.16 | 57.98 | 9.53 | - |
| YUV | 167.32 | 36.39 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 5 | 0.50 | 0 | 0.98 | 0.11 | 90.41 | 0.96 | 0.45 |
| Hex | 72 | E2 | 5 | 32 | 0 | 62 | B | 5A | 60 | 2D |
| Octal | 162 | 342 | 5 | 62 | 0 | 142 | 13 | 132 | 140 | 55 |
| Binary | 1110010 | 11100010 | 101 | 110010 | 0 | 1100010 | 1011 | 1011010 | 1100000 | 101101 |
Color Harmonies of #72E205
Complementary color
Monochromatic Colors of #72E205
Black with #72E205
Text Example
Text Example
White with #72E205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E205; }
p { color: rgb(114,226,5); }
H1.HeaderClassName
{
color: #72E205;
}
.AnyTagClassName
{
color: #72E205;
}
</style>
background-color css
<style>
a { background-color: #72E205; }
a { background-color: rgb(114,226,5); }
div.DivClassName
{
background-color: #72E205;
}
.BgClassName
{
background-color: #72E205;
}
</style>
border-color css
<style>
span { border-color: #72E205; }
span { border-color: rgb(114,226,5); }
td.TdClassName
{
border-color: #72E205;
}
.TagClassName
{
border-color: #72E205;
}
</style>