Shades of Lawn Green #72EF00
Tints of Lawn Green #72EF00
RGB
CMYK
RGB Variations
Color information
#72EF00 (or 0x72EF00) is known color: Lawn Green. HEX triplet: 72, EF and 00. RGB value is (114,239,0). Sum of RGB (Red+Green+Blue) = 114+239+0=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72EF00 is #8D10FF. Grayscale: #AFAFAF. Windows color (decimal): -9244928 or 61298. OLE color: 61298.
HSL color Cylindrical-coordinate representation of color #72EF00: hue angle of 91.38º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72EF00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.06 |
| HSL | 91.38º | 1% | 0.47% | - |
| HSV(B) | 91.38º | 1% | 0.94% | - |
| XYZ | 37.81 | 65.31 | 10.61 | - |
| YUV | 174.38 | 29.59 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 0 | 0.52 | 0 | 1 | 0.06 | 91.38 | 1 | 0.47 |
| Hex | 72 | EF | 0 | 34 | 0 | 64 | 6 | 5B | 64 | 2F |
| Octal | 162 | 357 | 0 | 64 | 0 | 144 | 6 | 133 | 144 | 57 |
| Binary | 1110010 | 11101111 | 0 | 110100 | 0 | 1100100 | 110 | 1011011 | 1100100 | 101111 |
Color Harmonies of #72EF00
Complementary color
Monochromatic Colors of #72EF00
Black with #72EF00
Text Example
Text Example
White with #72EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EF00; }
p { color: rgb(114,239,0); }
H1.HeaderClassName
{
color: #72EF00;
}
.AnyTagClassName
{
color: #72EF00;
}
</style>
background-color css
<style>
a { background-color: #72EF00; }
a { background-color: rgb(114,239,0); }
div.DivClassName
{
background-color: #72EF00;
}
.BgClassName
{
background-color: #72EF00;
}
</style>
border-color css
<style>
span { border-color: #72EF00; }
span { border-color: rgb(114,239,0); }
td.TdClassName
{
border-color: #72EF00;
}
.TagClassName
{
border-color: #72EF00;
}
</style>