Shades of Lawn Green #72ED1D
Tints of Lawn Green #72ED1D
RGB
CMYK
RGB Variations
Color information
#72ED1D (or 0x72ED1D) is known color: Lawn Green. HEX triplet: 72, ED and 1D. RGB value is (114,237,29). Sum of RGB (Red+Green+Blue) = 114+237+29=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72ED1D is #8D12E2. Grayscale: #B1B1B1. Windows color (decimal): -9245411 or 1961330. OLE color: 1961330.
HSL color Cylindrical-coordinate representation of color #72ED1D: hue angle of 95.48º degrees, saturation: 0.85, 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 #72ED1D is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 29 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.07 |
| HSL | 95.48º | 0.85% | 0.52% | - |
| HSV(B) | 95.48º | 0.88% | 0.93% | - |
| XYZ | 37.45 | 64.23 | 11.59 | - |
| YUV | 176.51 | 44.75 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 29 | 0.52 | 0 | 0.88 | 0.07 | 95.48 | 0.85 | 0.52 |
| Hex | 72 | ED | 1D | 34 | 0 | 58 | 7 | 5F | 55 | 34 |
| Octal | 162 | 355 | 35 | 64 | 0 | 130 | 7 | 137 | 125 | 64 |
| Binary | 1110010 | 11101101 | 11101 | 110100 | 0 | 1011000 | 111 | 1011111 | 1010101 | 110100 |
Color Harmonies of #72ED1D
Complementary color
Monochromatic Colors of #72ED1D
Black with #72ED1D
Text Example
Text Example
White with #72ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ED1D; }
p { color: rgb(114,237,29); }
H1.HeaderClassName
{
color: #72ED1D;
}
.AnyTagClassName
{
color: #72ED1D;
}
</style>
background-color css
<style>
a { background-color: #72ED1D; }
a { background-color: rgb(114,237,29); }
div.DivClassName
{
background-color: #72ED1D;
}
.BgClassName
{
background-color: #72ED1D;
}
</style>
border-color css
<style>
span { border-color: #72ED1D; }
span { border-color: rgb(114,237,29); }
td.TdClassName
{
border-color: #72ED1D;
}
.TagClassName
{
border-color: #72ED1D;
}
</style>