Shades of Lawn Green #72EA28
Tints of Lawn Green #72EA28
RGB
CMYK
RGB Variations
Color information
#72EA28 (or 0x72EA28) is known color: Lawn Green. HEX triplet: 72, EA and 28. RGB value is (114,234,40). Sum of RGB (Red+Green+Blue) = 114+234+40=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 234 (91.80% from 255 or 60.31% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EA28 is #8D15D7. Grayscale: #B0B0B0. Windows color (decimal): -9246168 or 2681458. OLE color: 2681458.
HSL color Cylindrical-coordinate representation of color #72EA28: hue angle of 97.11º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72EA28 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 234 | 40 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.08 |
| HSL | 97.11º | 0.82% | 0.54% | - |
| HSV(B) | 97.11º | 0.83% | 0.92% | - |
| XYZ | 36.75 | 62.58 | 12.15 | - |
| YUV | 176 | 51.24 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 234 | 40 | 0.51 | 0 | 0.83 | 0.08 | 97.11 | 0.82 | 0.54 |
| Hex | 72 | EA | 28 | 33 | 0 | 53 | 8 | 61 | 52 | 36 |
| Octal | 162 | 352 | 50 | 63 | 0 | 123 | 10 | 141 | 122 | 66 |
| Binary | 1110010 | 11101010 | 101000 | 110011 | 0 | 1010011 | 1000 | 1100001 | 1010010 | 110110 |
Color Harmonies of #72EA28
Complementary color
Monochromatic Colors of #72EA28
Black with #72EA28
Text Example
Text Example
White with #72EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EA28; }
p { color: rgb(114,234,40); }
H1.HeaderClassName
{
color: #72EA28;
}
.AnyTagClassName
{
color: #72EA28;
}
</style>
background-color css
<style>
a { background-color: #72EA28; }
a { background-color: rgb(114,234,40); }
div.DivClassName
{
background-color: #72EA28;
}
.BgClassName
{
background-color: #72EA28;
}
</style>
border-color css
<style>
span { border-color: #72EA28; }
span { border-color: rgb(114,234,40); }
td.TdClassName
{
border-color: #72EA28;
}
.TagClassName
{
border-color: #72EA28;
}
</style>