Shades of Lawn Green #72F115
Tints of Lawn Green #72F115
RGB
CMYK
RGB Variations
Color information
#72F115 (or 0x72F115) is known color: Lawn Green. HEX triplet: 72, F1 and 15. RGB value is (114,241,21). Sum of RGB (Red+Green+Blue) = 114+241+21=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #72F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F115 is #8D0EEA. Grayscale: #B2B2B2. Windows color (decimal): -9244395 or 1438066. OLE color: 1438066.
HSL color Cylindrical-coordinate representation of color #72F115: hue angle of 94.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72F115 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 21 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.05 |
| HSL | 94.64º | 0.89% | 0.51% | - |
| HSV(B) | 94.64º | 0.91% | 0.95% | - |
| XYZ | 38.53 | 66.54 | 11.52 | - |
| YUV | 177.95 | 39.42 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 21 | 0.53 | 0 | 0.91 | 0.05 | 94.64 | 0.89 | 0.51 |
| Hex | 72 | F1 | 15 | 35 | 0 | 5B | 5 | 5F | 59 | 33 |
| Octal | 162 | 361 | 25 | 65 | 0 | 133 | 5 | 137 | 131 | 63 |
| Binary | 1110010 | 11110001 | 10101 | 110101 | 0 | 1011011 | 101 | 1011111 | 1011001 | 110011 |
Color Harmonies of #72F115
Complementary color
Monochromatic Colors of #72F115
Black with #72F115
Text Example
Text Example
White with #72F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F115; }
p { color: rgb(114,241,21); }
H1.HeaderClassName
{
color: #72F115;
}
.AnyTagClassName
{
color: #72F115;
}
</style>
background-color css
<style>
a { background-color: #72F115; }
a { background-color: rgb(114,241,21); }
div.DivClassName
{
background-color: #72F115;
}
.BgClassName
{
background-color: #72F115;
}
</style>
border-color css
<style>
span { border-color: #72F115; }
span { border-color: rgb(114,241,21); }
td.TdClassName
{
border-color: #72F115;
}
.TagClassName
{
border-color: #72F115;
}
</style>