Shades of Lawn Green #72F702
Tints of Lawn Green #72F702
RGB
CMYK
RGB Variations
Color information
#72F702 (or 0x72F702) is known color: Lawn Green. HEX triplet: 72, F7 and 02. RGB value is (114,247,2). Sum of RGB (Red+Green+Blue) = 114+247+2=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #72F702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F702 is #8D08FD. Grayscale: #B4B4B4. Windows color (decimal): -9242878 or 194418. OLE color: 194418.
HSL color Cylindrical-coordinate representation of color #72F702: hue angle of 92.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72F702 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 247 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.03 |
| HSL | 92.57º | 0.98% | 0.49% | - |
| HSV(B) | 92.57º | 0.99% | 0.97% | - |
| XYZ | 40.21 | 70.1 | 11.47 | - |
| YUV | 179.3 | 27.94 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 247 | 2 | 0.54 | 0 | 0.99 | 0.03 | 92.57 | 0.98 | 0.49 |
| Hex | 72 | F7 | 2 | 36 | 0 | 63 | 3 | 5D | 62 | 31 |
| Octal | 162 | 367 | 2 | 66 | 0 | 143 | 3 | 135 | 142 | 61 |
| Binary | 1110010 | 11110111 | 10 | 110110 | 0 | 1100011 | 11 | 1011101 | 1100010 | 110001 |
Color Harmonies of #72F702
Complementary color
Monochromatic Colors of #72F702
Black with #72F702
Text Example
Text Example
White with #72F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F702; }
p { color: rgb(114,247,2); }
H1.HeaderClassName
{
color: #72F702;
}
.AnyTagClassName
{
color: #72F702;
}
</style>
background-color css
<style>
a { background-color: #72F702; }
a { background-color: rgb(114,247,2); }
div.DivClassName
{
background-color: #72F702;
}
.BgClassName
{
background-color: #72F702;
}
</style>
border-color css
<style>
span { border-color: #72F702; }
span { border-color: rgb(114,247,2); }
td.TdClassName
{
border-color: #72F702;
}
.TagClassName
{
border-color: #72F702;
}
</style>