Shades of Lawn Green #72FB13
Tints of Lawn Green #72FB13
RGB
CMYK
RGB Variations
Color information
#72FB13 (or 0x72FB13) is known color: Lawn Green. HEX triplet: 72, FB and 13. RGB value is (114,251,19). Sum of RGB (Red+Green+Blue) = 114+251+19=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #72FB13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FB13 is #8D04EC. Grayscale: #B8B8B8. Windows color (decimal): -9241837 or 1309554. OLE color: 1309554.
HSL color Cylindrical-coordinate representation of color #72FB13: hue angle of 95.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72FB13 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 251 | 19 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.02 |
| HSL | 95.43º | 0.97% | 0.53% | - |
| HSV(B) | 95.43º | 0.92% | 0.98% | - |
| XYZ | 41.55 | 72.62 | 12.44 | - |
| YUV | 183.59 | 35.11 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 251 | 19 | 0.55 | 0 | 0.92 | 0.02 | 95.43 | 0.97 | 0.53 |
| Hex | 72 | FB | 13 | 37 | 0 | 5C | 2 | 5F | 61 | 35 |
| Octal | 162 | 373 | 23 | 67 | 0 | 134 | 2 | 137 | 141 | 65 |
| Binary | 1110010 | 11111011 | 10011 | 110111 | 0 | 1011100 | 10 | 1011111 | 1100001 | 110101 |
Color Harmonies of #72FB13
Complementary color
Monochromatic Colors of #72FB13
Black with #72FB13
Text Example
Text Example
White with #72FB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FB13; }
p { color: rgb(114,251,19); }
H1.HeaderClassName
{
color: #72FB13;
}
.AnyTagClassName
{
color: #72FB13;
}
</style>
background-color css
<style>
a { background-color: #72FB13; }
a { background-color: rgb(114,251,19); }
div.DivClassName
{
background-color: #72FB13;
}
.BgClassName
{
background-color: #72FB13;
}
</style>
border-color css
<style>
span { border-color: #72FB13; }
span { border-color: rgb(114,251,19); }
td.TdClassName
{
border-color: #72FB13;
}
.TagClassName
{
border-color: #72FB13;
}
</style>