Shades of Lawn Green #72FE0C
Tints of Lawn Green #72FE0C
RGB
CMYK
RGB Variations
Color information
#72FE0C (or 0x72FE0C) is known color: Lawn Green. HEX triplet: 72, FE and 0C. RGB value is (114,254,12). Sum of RGB (Red+Green+Blue) = 114+254+12=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FE0C is #8D01F3. Grayscale: #B9B9B9. Windows color (decimal): -9241076 or 851570. OLE color: 851570.
HSL color Cylindrical-coordinate representation of color #72FE0C: hue angle of 94.71º 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 #72FE0C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 12 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.00 |
| HSL | 94.71º | 0.99% | 0.52% | - |
| HSV(B) | 94.71º | 0.95% | 1% | - |
| XYZ | 42.45 | 74.49 | 12.49 | - |
| YUV | 184.55 | 30.62 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 12 | 0.55 | 0 | 0.95 | 0.00 | 94.71 | 0.99 | 0.52 |
| Hex | 72 | FE | C | 37 | 0 | 5F | 0 | 5F | 63 | 34 |
| Octal | 162 | 376 | 14 | 67 | 0 | 137 | 0 | 137 | 143 | 64 |
| Binary | 1110010 | 11111110 | 1100 | 110111 | 0 | 1011111 | 0 | 1011111 | 1100011 | 110100 |
Color Harmonies of #72FE0C
Complementary color
Monochromatic Colors of #72FE0C
Black with #72FE0C
Text Example
Text Example
White with #72FE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE0C; }
p { color: rgb(114,254,12); }
H1.HeaderClassName
{
color: #72FE0C;
}
.AnyTagClassName
{
color: #72FE0C;
}
</style>
background-color css
<style>
a { background-color: #72FE0C; }
a { background-color: rgb(114,254,12); }
div.DivClassName
{
background-color: #72FE0C;
}
.BgClassName
{
background-color: #72FE0C;
}
</style>
border-color css
<style>
span { border-color: #72FE0C; }
span { border-color: rgb(114,254,12); }
td.TdClassName
{
border-color: #72FE0C;
}
.TagClassName
{
border-color: #72FE0C;
}
</style>