Shades of Lawn Green #72FF00
Tints of Lawn Green #72FF00
RGB
CMYK
RGB Variations
Color information
#72FF00 (or 0x72FF00) is known color: Lawn Green. HEX triplet: 72, FF and 00. RGB value is (114,255,0). Sum of RGB (Red+Green+Blue) = 114+255+0=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF00 is #8D00FF. Grayscale: #B8B8B8. Windows color (decimal): -9240832 or 65394. OLE color: 65394.
HSL color Cylindrical-coordinate representation of color #72FF00: hue angle of 93.18º 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 #72FF00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0 |
| HSL | 93.18º | 1% | 0.5% | - |
| HSV(B) | 93.18º | 1% | 1% | - |
| XYZ | 42.7 | 75.1 | 12.24 | - |
| YUV | 183.77 | 24.29 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 0 | 0.55 | 0 | 1 | 0 | 93.18 | 1 | 0.5 |
| Hex | 72 | FF | 0 | 37 | 0 | 64 | 0 | 5D | 64 | 32 |
| Octal | 162 | 377 | 0 | 67 | 0 | 144 | 0 | 135 | 144 | 62 |
| Binary | 1110010 | 11111111 | 0 | 110111 | 0 | 1100100 | 0 | 1011101 | 1100100 | 110010 |
Color Harmonies of #72FF00
Complementary color
Monochromatic Colors of #72FF00
Black with #72FF00
Text Example
Text Example
White with #72FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF00; }
p { color: rgb(114,255,0); }
H1.HeaderClassName
{
color: #72FF00;
}
.AnyTagClassName
{
color: #72FF00;
}
</style>
background-color css
<style>
a { background-color: #72FF00; }
a { background-color: rgb(114,255,0); }
div.DivClassName
{
background-color: #72FF00;
}
.BgClassName
{
background-color: #72FF00;
}
</style>
border-color css
<style>
span { border-color: #72FF00; }
span { border-color: rgb(114,255,0); }
td.TdClassName
{
border-color: #72FF00;
}
.TagClassName
{
border-color: #72FF00;
}
</style>