Shades of Lawn Green #72E528
Tints of Lawn Green #72E528
RGB
CMYK
RGB Variations
Color information
#72E528 (or 0x72E528) is known color: Lawn Green. HEX triplet: 72, E5 and 28. RGB value is (114,229,40). Sum of RGB (Red+Green+Blue) = 114+229+40=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #72E528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E528 is #8D1AD7. Grayscale: #ADADAD. Windows color (decimal): -9247448 or 2680178. OLE color: 2680178.
HSL color Cylindrical-coordinate representation of color #72E528: hue angle of 96.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72E528 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 40 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.10 |
| HSL | 96.51º | 0.78% | 0.53% | - |
| HSV(B) | 96.51º | 0.83% | 0.9% | - |
| XYZ | 35.34 | 59.77 | 11.68 | - |
| YUV | 173.07 | 52.9 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 40 | 0.50 | 0 | 0.83 | 0.10 | 96.51 | 0.78 | 0.53 |
| Hex | 72 | E5 | 28 | 32 | 0 | 53 | A | 61 | 4E | 35 |
| Octal | 162 | 345 | 50 | 62 | 0 | 123 | 12 | 141 | 116 | 65 |
| Binary | 1110010 | 11100101 | 101000 | 110010 | 0 | 1010011 | 1010 | 1100001 | 1001110 | 110101 |
Color Harmonies of #72E528
Complementary color
Monochromatic Colors of #72E528
Black with #72E528
Text Example
Text Example
White with #72E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E528; }
p { color: rgb(114,229,40); }
H1.HeaderClassName
{
color: #72E528;
}
.AnyTagClassName
{
color: #72E528;
}
</style>
background-color css
<style>
a { background-color: #72E528; }
a { background-color: rgb(114,229,40); }
div.DivClassName
{
background-color: #72E528;
}
.BgClassName
{
background-color: #72E528;
}
</style>
border-color css
<style>
span { border-color: #72E528; }
span { border-color: rgb(114,229,40); }
td.TdClassName
{
border-color: #72E528;
}
.TagClassName
{
border-color: #72E528;
}
</style>