Shades of Lawn Green #72FE03
Tints of Lawn Green #72FE03
RGB
CMYK
RGB Variations
Color information
#72FE03 (or 0x72FE03) is known color: Lawn Green. HEX triplet: 72, FE and 03. RGB value is (114,254,3). Sum of RGB (Red+Green+Blue) = 114+254+3=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FE03 is #8D01FC. Grayscale: #B8B8B8. Windows color (decimal): -9241085 or 261746. OLE color: 261746.
HSL color Cylindrical-coordinate representation of color #72FE03: hue angle of 93.47º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72FE03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.00 |
| HSL | 93.47º | 0.99% | 0.5% | - |
| HSV(B) | 93.47º | 0.99% | 1% | - |
| XYZ | 42.4 | 74.47 | 12.23 | - |
| YUV | 183.53 | 26.12 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 3 | 0.55 | 0 | 0.99 | 0.00 | 93.47 | 0.99 | 0.5 |
| Hex | 72 | FE | 3 | 37 | 0 | 63 | 0 | 5D | 63 | 32 |
| Octal | 162 | 376 | 3 | 67 | 0 | 143 | 0 | 135 | 143 | 62 |
| Binary | 1110010 | 11111110 | 11 | 110111 | 0 | 1100011 | 0 | 1011101 | 1100011 | 110010 |
Color Harmonies of #72FE03
Complementary color
Monochromatic Colors of #72FE03
Black with #72FE03
Text Example
Text Example
White with #72FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE03; }
p { color: rgb(114,254,3); }
H1.HeaderClassName
{
color: #72FE03;
}
.AnyTagClassName
{
color: #72FE03;
}
</style>
background-color css
<style>
a { background-color: #72FE03; }
a { background-color: rgb(114,254,3); }
div.DivClassName
{
background-color: #72FE03;
}
.BgClassName
{
background-color: #72FE03;
}
</style>
border-color css
<style>
span { border-color: #72FE03; }
span { border-color: rgb(114,254,3); }
td.TdClassName
{
border-color: #72FE03;
}
.TagClassName
{
border-color: #72FE03;
}
</style>