Shades of Lawn Green #72E228
Tints of Lawn Green #72E228
RGB
CMYK
RGB Variations
Color information
#72E228 (or 0x72E228) is known color: Lawn Green. HEX triplet: 72, E2 and 28. RGB value is (114,226,40). Sum of RGB (Red+Green+Blue) = 114+226+40=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 226 (88.67% from 255 or 59.47% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 226 - color contains mainly: green. Hex color #72E228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E228 is #8D1DD7. Grayscale: #ABABAB. Windows color (decimal): -9248216 or 2679410. OLE color: 2679410.
HSL color Cylindrical-coordinate representation of color #72E228: hue angle of 96.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72E228 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 40 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.11 |
| HSL | 96.13º | 0.76% | 0.52% | - |
| HSV(B) | 96.13º | 0.82% | 0.89% | - |
| XYZ | 34.52 | 58.12 | 11.41 | - |
| YUV | 171.31 | 53.89 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 40 | 0.50 | 0 | 0.82 | 0.11 | 96.13 | 0.76 | 0.52 |
| Hex | 72 | E2 | 28 | 32 | 0 | 52 | B | 60 | 4C | 34 |
| Octal | 162 | 342 | 50 | 62 | 0 | 122 | 13 | 140 | 114 | 64 |
| Binary | 1110010 | 11100010 | 101000 | 110010 | 0 | 1010010 | 1011 | 1100000 | 1001100 | 110100 |
Color Harmonies of #72E228
Complementary color
Monochromatic Colors of #72E228
Black with #72E228
Text Example
Text Example
White with #72E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E228; }
p { color: rgb(114,226,40); }
H1.HeaderClassName
{
color: #72E228;
}
.AnyTagClassName
{
color: #72E228;
}
</style>
background-color css
<style>
a { background-color: #72E228; }
a { background-color: rgb(114,226,40); }
div.DivClassName
{
background-color: #72E228;
}
.BgClassName
{
background-color: #72E228;
}
</style>
border-color css
<style>
span { border-color: #72E228; }
span { border-color: rgb(114,226,40); }
td.TdClassName
{
border-color: #72E228;
}
.TagClassName
{
border-color: #72E228;
}
</style>