Shades of Lawn Green #72F518
Tints of Lawn Green #72F518
RGB
CMYK
RGB Variations
Color information
#72F518 (or 0x72F518) is known color: Lawn Green. HEX triplet: 72, F5 and 18. RGB value is (114,245,24). Sum of RGB (Red+Green+Blue) = 114+245+24=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #72F518 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F518 is #8D0AE7. Grayscale: #B5B5B5. Windows color (decimal): -9243368 or 1635698. OLE color: 1635698.
HSL color Cylindrical-coordinate representation of color #72F518: hue angle of 95.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72F518 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 245 | 24 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.04 |
| HSL | 95.57º | 0.92% | 0.53% | - |
| HSV(B) | 95.57º | 0.9% | 0.96% | - |
| XYZ | 39.76 | 68.95 | 12.08 | - |
| YUV | 180.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 245 | 24 | 0.53 | 0 | 0.90 | 0.04 | 95.57 | 0.92 | 0.53 |
| Hex | 72 | F5 | 18 | 35 | 0 | 5A | 4 | 60 | 5C | 35 |
| Octal | 162 | 365 | 30 | 65 | 0 | 132 | 4 | 140 | 134 | 65 |
| Binary | 1110010 | 11110101 | 11000 | 110101 | 0 | 1011010 | 100 | 1100000 | 1011100 | 110101 |
Color Harmonies of #72F518
Complementary color
Monochromatic Colors of #72F518
Black with #72F518
Text Example
Text Example
White with #72F518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F518; }
p { color: rgb(114,245,24); }
H1.HeaderClassName
{
color: #72F518;
}
.AnyTagClassName
{
color: #72F518;
}
</style>
background-color css
<style>
a { background-color: #72F518; }
a { background-color: rgb(114,245,24); }
div.DivClassName
{
background-color: #72F518;
}
.BgClassName
{
background-color: #72F518;
}
</style>
border-color css
<style>
span { border-color: #72F518; }
span { border-color: rgb(114,245,24); }
td.TdClassName
{
border-color: #72F518;
}
.TagClassName
{
border-color: #72F518;
}
</style>