Shades of Lawn Green #72F301
Tints of Lawn Green #72F301
RGB
CMYK
RGB Variations
Color information
#72F301 (or 0x72F301) is known color: Lawn Green. HEX triplet: 72, F3 and 01. RGB value is (114,243,1). Sum of RGB (Red+Green+Blue) = 114+243+1=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #72F301 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F301 is #8D0CFE. Grayscale: #B1B1B1. Windows color (decimal): -9243903 or 127858. OLE color: 127858.
HSL color Cylindrical-coordinate representation of color #72F301: hue angle of 91.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72F301 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.05 |
| HSL | 91.98º | 0.99% | 0.48% | - |
| HSV(B) | 91.98º | 1% | 0.95% | - |
| XYZ | 39 | 67.68 | 11.04 | - |
| YUV | 176.84 | 28.76 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 1 | 0.53 | 0 | 1.00 | 0.05 | 91.98 | 0.99 | 0.48 |
| Hex | 72 | F3 | 1 | 35 | 0 | 64 | 5 | 5C | 63 | 30 |
| Octal | 162 | 363 | 1 | 65 | 0 | 144 | 5 | 134 | 143 | 60 |
| Binary | 1110010 | 11110011 | 1 | 110101 | 0 | 1100100 | 101 | 1011100 | 1100011 | 110000 |
Color Harmonies of #72F301
Complementary color
Monochromatic Colors of #72F301
Black with #72F301
Text Example
Text Example
White with #72F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F301; }
p { color: rgb(114,243,1); }
H1.HeaderClassName
{
color: #72F301;
}
.AnyTagClassName
{
color: #72F301;
}
</style>
background-color css
<style>
a { background-color: #72F301; }
a { background-color: rgb(114,243,1); }
div.DivClassName
{
background-color: #72F301;
}
.BgClassName
{
background-color: #72F301;
}
</style>
border-color css
<style>
span { border-color: #72F301; }
span { border-color: rgb(114,243,1); }
td.TdClassName
{
border-color: #72F301;
}
.TagClassName
{
border-color: #72F301;
}
</style>