Shades of Lawn Green #72FF05
Tints of Lawn Green #72FF05
RGB
CMYK
RGB Variations
Color information
#72FF05 (or 0x72FF05) is known color: Lawn Green. HEX triplet: 72, FF and 05. RGB value is (114,255,5). Sum of RGB (Red+Green+Blue) = 114+255+5=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF05 is #8D00FA. Grayscale: #B9B9B9. Windows color (decimal): -9240827 or 393074. OLE color: 393074.
HSL color Cylindrical-coordinate representation of color #72FF05: hue angle of 93.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72FF05 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0 |
| HSL | 93.84º | 1% | 0.51% | - |
| HSV(B) | 93.84º | 0.98% | 1% | - |
| XYZ | 42.73 | 75.11 | 12.39 | - |
| YUV | 184.34 | 26.79 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 5 | 0.55 | 0 | 0.98 | 0 | 93.84 | 1 | 0.51 |
| Hex | 72 | FF | 5 | 37 | 0 | 62 | 0 | 5E | 64 | 33 |
| Octal | 162 | 377 | 5 | 67 | 0 | 142 | 0 | 136 | 144 | 63 |
| Binary | 1110010 | 11111111 | 101 | 110111 | 0 | 1100010 | 0 | 1011110 | 1100100 | 110011 |
Color Harmonies of #72FF05
Complementary color
Monochromatic Colors of #72FF05
Black with #72FF05
Text Example
Text Example
White with #72FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF05; }
p { color: rgb(114,255,5); }
H1.HeaderClassName
{
color: #72FF05;
}
.AnyTagClassName
{
color: #72FF05;
}
</style>
background-color css
<style>
a { background-color: #72FF05; }
a { background-color: rgb(114,255,5); }
div.DivClassName
{
background-color: #72FF05;
}
.BgClassName
{
background-color: #72FF05;
}
</style>
border-color css
<style>
span { border-color: #72FF05; }
span { border-color: rgb(114,255,5); }
td.TdClassName
{
border-color: #72FF05;
}
.TagClassName
{
border-color: #72FF05;
}
</style>