Shades of Lawn Green #72FE0D
Tints of Lawn Green #72FE0D
RGB
CMYK
RGB Variations
Color information
#72FE0D (or 0x72FE0D) is known color: Lawn Green. HEX triplet: 72, FE and 0D. RGB value is (114,254,13). Sum of RGB (Red+Green+Blue) = 114+254+13=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 254 (99.61% from 255 or 66.67% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FE0D is #8D01F2. Grayscale: #B9B9B9. Windows color (decimal): -9241075 or 917106. OLE color: 917106.
HSL color Cylindrical-coordinate representation of color #72FE0D: hue angle of 94.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72FE0D is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 13 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.00 |
| HSL | 94.85º | 0.99% | 0.52% | - |
| HSV(B) | 94.85º | 0.95% | 1% | - |
| XYZ | 42.45 | 74.49 | 12.52 | - |
| YUV | 184.67 | 31.12 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 13 | 0.55 | 0 | 0.95 | 0.00 | 94.85 | 0.99 | 0.52 |
| Hex | 72 | FE | D | 37 | 0 | 5F | 0 | 5F | 63 | 34 |
| Octal | 162 | 376 | 15 | 67 | 0 | 137 | 0 | 137 | 143 | 64 |
| Binary | 1110010 | 11111110 | 1101 | 110111 | 0 | 1011111 | 0 | 1011111 | 1100011 | 110100 |
Color Harmonies of #72FE0D
Complementary color
Monochromatic Colors of #72FE0D
Black with #72FE0D
Text Example
Text Example
White with #72FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE0D; }
p { color: rgb(114,254,13); }
H1.HeaderClassName
{
color: #72FE0D;
}
.AnyTagClassName
{
color: #72FE0D;
}
</style>
background-color css
<style>
a { background-color: #72FE0D; }
a { background-color: rgb(114,254,13); }
div.DivClassName
{
background-color: #72FE0D;
}
.BgClassName
{
background-color: #72FE0D;
}
</style>
border-color css
<style>
span { border-color: #72FE0D; }
span { border-color: rgb(114,254,13); }
td.TdClassName
{
border-color: #72FE0D;
}
.TagClassName
{
border-color: #72FE0D;
}
</style>