Shades of Lawn Green #72FE0B
Tints of Lawn Green #72FE0B
RGB
CMYK
RGB Variations
Color information
#72FE0B (or 0x72FE0B) is known color: Lawn Green. HEX triplet: 72, FE and 0B. RGB value is (114,254,11). Sum of RGB (Red+Green+Blue) = 114+254+11=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FE0B is #8D01F4. Grayscale: #B9B9B9. Windows color (decimal): -9241077 or 786034. OLE color: 786034.
HSL color Cylindrical-coordinate representation of color #72FE0B: hue angle of 94.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72FE0B is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 11 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.00 |
| HSL | 94.57º | 0.99% | 0.52% | - |
| HSV(B) | 94.57º | 0.96% | 1% | - |
| XYZ | 42.44 | 74.49 | 12.46 | - |
| YUV | 184.44 | 30.12 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 11 | 0.55 | 0 | 0.96 | 0.00 | 94.57 | 0.99 | 0.52 |
| Hex | 72 | FE | B | 37 | 0 | 60 | 0 | 5F | 63 | 34 |
| Octal | 162 | 376 | 13 | 67 | 0 | 140 | 0 | 137 | 143 | 64 |
| Binary | 1110010 | 11111110 | 1011 | 110111 | 0 | 1100000 | 0 | 1011111 | 1100011 | 110100 |
Color Harmonies of #72FE0B
Complementary color
Monochromatic Colors of #72FE0B
Black with #72FE0B
Text Example
Text Example
White with #72FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE0B; }
p { color: rgb(114,254,11); }
H1.HeaderClassName
{
color: #72FE0B;
}
.AnyTagClassName
{
color: #72FE0B;
}
</style>
background-color css
<style>
a { background-color: #72FE0B; }
a { background-color: rgb(114,254,11); }
div.DivClassName
{
background-color: #72FE0B;
}
.BgClassName
{
background-color: #72FE0B;
}
</style>
border-color css
<style>
span { border-color: #72FE0B; }
span { border-color: rgb(114,254,11); }
td.TdClassName
{
border-color: #72FE0B;
}
.TagClassName
{
border-color: #72FE0B;
}
</style>