Shades of Lawn Green #72FE00
Tints of Lawn Green #72FE00
RGB
CMYK
RGB Variations
Color information
#72FE00 (or 0x72FE00) is known color: Lawn Green. HEX triplet: 72, FE and 00. RGB value is (114,254,0). Sum of RGB (Red+Green+Blue) = 114+254+0=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FE00 is #8D01FF. Grayscale: #B8B8B8. Windows color (decimal): -9241088 or 65138. OLE color: 65138.
HSL color Cylindrical-coordinate representation of color #72FE00: hue angle of 93.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72FE00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.00 |
| HSL | 93.07º | 1% | 0.5% | - |
| HSV(B) | 93.07º | 1% | 1% | - |
| XYZ | 42.38 | 74.46 | 12.14 | - |
| YUV | 183.18 | 24.62 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 0 | 0.55 | 0 | 1 | 0.00 | 93.07 | 1 | 0.5 |
| Hex | 72 | FE | 0 | 37 | 0 | 64 | 0 | 5D | 64 | 32 |
| Octal | 162 | 376 | 0 | 67 | 0 | 144 | 0 | 135 | 144 | 62 |
| Binary | 1110010 | 11111110 | 0 | 110111 | 0 | 1100100 | 0 | 1011101 | 1100100 | 110010 |
Color Harmonies of #72FE00
Complementary color
Monochromatic Colors of #72FE00
Black with #72FE00
Text Example
Text Example
White with #72FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE00; }
p { color: rgb(114,254,0); }
H1.HeaderClassName
{
color: #72FE00;
}
.AnyTagClassName
{
color: #72FE00;
}
</style>
background-color css
<style>
a { background-color: #72FE00; }
a { background-color: rgb(114,254,0); }
div.DivClassName
{
background-color: #72FE00;
}
.BgClassName
{
background-color: #72FE00;
}
</style>
border-color css
<style>
span { border-color: #72FE00; }
span { border-color: rgb(114,254,0); }
td.TdClassName
{
border-color: #72FE00;
}
.TagClassName
{
border-color: #72FE00;
}
</style>