Shades of Lawn Green #72EC1D
Tints of Lawn Green #72EC1D
RGB
CMYK
RGB Variations
Color information
#72EC1D (or 0x72EC1D) is known color: Lawn Green. HEX triplet: 72, EC and 1D. RGB value is (114,236,29). Sum of RGB (Red+Green+Blue) = 114+236+29=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EC1D is #8D13E2. Grayscale: #B0B0B0. Windows color (decimal): -9245667 or 1961074. OLE color: 1961074.
HSL color Cylindrical-coordinate representation of color #72EC1D: hue angle of 95.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72EC1D is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 29 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.07 |
| HSL | 95.36º | 0.84% | 0.52% | - |
| HSV(B) | 95.36º | 0.88% | 0.93% | - |
| XYZ | 37.16 | 63.66 | 11.49 | - |
| YUV | 175.92 | 45.08 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 29 | 0.52 | 0 | 0.88 | 0.07 | 95.36 | 0.84 | 0.52 |
| Hex | 72 | EC | 1D | 34 | 0 | 58 | 7 | 5F | 54 | 34 |
| Octal | 162 | 354 | 35 | 64 | 0 | 130 | 7 | 137 | 124 | 64 |
| Binary | 1110010 | 11101100 | 11101 | 110100 | 0 | 1011000 | 111 | 1011111 | 1010100 | 110100 |
Color Harmonies of #72EC1D
Complementary color
Monochromatic Colors of #72EC1D
Black with #72EC1D
Text Example
Text Example
White with #72EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC1D; }
p { color: rgb(114,236,29); }
H1.HeaderClassName
{
color: #72EC1D;
}
.AnyTagClassName
{
color: #72EC1D;
}
</style>
background-color css
<style>
a { background-color: #72EC1D; }
a { background-color: rgb(114,236,29); }
div.DivClassName
{
background-color: #72EC1D;
}
.BgClassName
{
background-color: #72EC1D;
}
</style>
border-color css
<style>
span { border-color: #72EC1D; }
span { border-color: rgb(114,236,29); }
td.TdClassName
{
border-color: #72EC1D;
}
.TagClassName
{
border-color: #72EC1D;
}
</style>