Shades of Lawn Green #72FF07
Tints of Lawn Green #72FF07
RGB
CMYK
RGB Variations
Color information
#72FF07 (or 0x72FF07) is known color: Lawn Green. HEX triplet: 72, FF and 07. RGB value is (114,255,7). Sum of RGB (Red+Green+Blue) = 114+255+7=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF07 is #8D00F8. Grayscale: #B9B9B9. Windows color (decimal): -9240825 or 524146. OLE color: 524146.
HSL color Cylindrical-coordinate representation of color #72FF07: hue angle of 94.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72FF07 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 7 | - |
| CMYK | 0.55 | 0 | 0.97 | 0 |
| HSL | 94.11º | 1% | 0.51% | - |
| HSV(B) | 94.11º | 0.97% | 1% | - |
| XYZ | 42.74 | 75.11 | 12.45 | - |
| YUV | 184.57 | 27.79 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 7 | 0.55 | 0 | 0.97 | 0 | 94.11 | 1 | 0.51 |
| Hex | 72 | FF | 7 | 37 | 0 | 61 | 0 | 5E | 64 | 33 |
| Octal | 162 | 377 | 7 | 67 | 0 | 141 | 0 | 136 | 144 | 63 |
| Binary | 1110010 | 11111111 | 111 | 110111 | 0 | 1100001 | 0 | 1011110 | 1100100 | 110011 |
Color Harmonies of #72FF07
Complementary color
Monochromatic Colors of #72FF07
Black with #72FF07
Text Example
Text Example
White with #72FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF07; }
p { color: rgb(114,255,7); }
H1.HeaderClassName
{
color: #72FF07;
}
.AnyTagClassName
{
color: #72FF07;
}
</style>
background-color css
<style>
a { background-color: #72FF07; }
a { background-color: rgb(114,255,7); }
div.DivClassName
{
background-color: #72FF07;
}
.BgClassName
{
background-color: #72FF07;
}
</style>
border-color css
<style>
span { border-color: #72FF07; }
span { border-color: rgb(114,255,7); }
td.TdClassName
{
border-color: #72FF07;
}
.TagClassName
{
border-color: #72FF07;
}
</style>