Shades of Lawn Green #72ED0C
Tints of Lawn Green #72ED0C
RGB
CMYK
RGB Variations
Color information
#72ED0C (or 0x72ED0C) is known color: Lawn Green. HEX triplet: 72, ED and 0C. RGB value is (114,237,12). Sum of RGB (Red+Green+Blue) = 114+237+12=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72ED0C is #8D12F3. Grayscale: #AFAFAF. Windows color (decimal): -9245428 or 847218. OLE color: 847218.
HSL color Cylindrical-coordinate representation of color #72ED0C: hue angle of 92.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72ED0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.07 |
| HSL | 92.8º | 0.9% | 0.49% | - |
| HSV(B) | 92.8º | 0.95% | 0.93% | - |
| XYZ | 37.29 | 64.17 | 10.77 | - |
| YUV | 174.57 | 36.25 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 12 | 0.52 | 0 | 0.95 | 0.07 | 92.8 | 0.9 | 0.49 |
| Hex | 72 | ED | C | 34 | 0 | 5F | 7 | 5D | 5A | 31 |
| Octal | 162 | 355 | 14 | 64 | 0 | 137 | 7 | 135 | 132 | 61 |
| Binary | 1110010 | 11101101 | 1100 | 110100 | 0 | 1011111 | 111 | 1011101 | 1011010 | 110001 |
Color Harmonies of #72ED0C
Complementary color
Monochromatic Colors of #72ED0C
Black with #72ED0C
Text Example
Text Example
White with #72ED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ED0C; }
p { color: rgb(114,237,12); }
H1.HeaderClassName
{
color: #72ED0C;
}
.AnyTagClassName
{
color: #72ED0C;
}
</style>
background-color css
<style>
a { background-color: #72ED0C; }
a { background-color: rgb(114,237,12); }
div.DivClassName
{
background-color: #72ED0C;
}
.BgClassName
{
background-color: #72ED0C;
}
</style>
border-color css
<style>
span { border-color: #72ED0C; }
span { border-color: rgb(114,237,12); }
td.TdClassName
{
border-color: #72ED0C;
}
.TagClassName
{
border-color: #72ED0C;
}
</style>