Shades of Lawn Green #72FF03
Tints of Lawn Green #72FF03
RGB
CMYK
RGB Variations
Color information
#72FF03 (or 0x72FF03) is known color: Lawn Green. HEX triplet: 72, FF and 03. RGB value is (114,255,3). Sum of RGB (Red+Green+Blue) = 114+255+3=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF03 is #8D00FC. Grayscale: #B8B8B8. Windows color (decimal): -9240829 or 262002. OLE color: 262002.
HSL color Cylindrical-coordinate representation of color #72FF03: hue angle of 93.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72FF03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0 |
| HSL | 93.57º | 1% | 0.51% | - |
| HSV(B) | 93.57º | 0.99% | 1% | - |
| XYZ | 42.72 | 75.1 | 12.33 | - |
| YUV | 184.11 | 25.79 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 3 | 0.55 | 0 | 0.99 | 0 | 93.57 | 1 | 0.51 |
| Hex | 72 | FF | 3 | 37 | 0 | 63 | 0 | 5E | 64 | 33 |
| Octal | 162 | 377 | 3 | 67 | 0 | 143 | 0 | 136 | 144 | 63 |
| Binary | 1110010 | 11111111 | 11 | 110111 | 0 | 1100011 | 0 | 1011110 | 1100100 | 110011 |
Color Harmonies of #72FF03
Complementary color
Monochromatic Colors of #72FF03
Black with #72FF03
Text Example
Text Example
White with #72FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF03; }
p { color: rgb(114,255,3); }
H1.HeaderClassName
{
color: #72FF03;
}
.AnyTagClassName
{
color: #72FF03;
}
</style>
background-color css
<style>
a { background-color: #72FF03; }
a { background-color: rgb(114,255,3); }
div.DivClassName
{
background-color: #72FF03;
}
.BgClassName
{
background-color: #72FF03;
}
</style>
border-color css
<style>
span { border-color: #72FF03; }
span { border-color: rgb(114,255,3); }
td.TdClassName
{
border-color: #72FF03;
}
.TagClassName
{
border-color: #72FF03;
}
</style>