Shades of Lawn Green #72EC34
Tints of Lawn Green #72EC34
RGB
CMYK
RGB Variations
Color information
#72EC34 (or 0x72EC34) is known color: Lawn Green. HEX triplet: 72, EC and 34. RGB value is (114,236,52). Sum of RGB (Red+Green+Blue) = 114+236+52=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EC34 is #8D13CB. Grayscale: #B3B3B3. Windows color (decimal): -9245644 or 3468402. OLE color: 3468402.
HSL color Cylindrical-coordinate representation of color #72EC34: hue angle of 99.78º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72EC34 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 52 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.07 |
| HSL | 99.78º | 0.83% | 0.56% | - |
| HSV(B) | 99.78º | 0.78% | 0.93% | - |
| XYZ | 37.55 | 63.82 | 13.59 | - |
| YUV | 178.55 | 56.58 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 52 | 0.52 | 0 | 0.78 | 0.07 | 99.78 | 0.83 | 0.56 |
| Hex | 72 | EC | 34 | 34 | 0 | 4E | 7 | 64 | 53 | 38 |
| Octal | 162 | 354 | 64 | 64 | 0 | 116 | 7 | 144 | 123 | 70 |
| Binary | 1110010 | 11101100 | 110100 | 110100 | 0 | 1001110 | 111 | 1100100 | 1010011 | 111000 |
Color Harmonies of #72EC34
Complementary color
Monochromatic Colors of #72EC34
Black with #72EC34
Text Example
Text Example
White with #72EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC34; }
p { color: rgb(114,236,52); }
H1.HeaderClassName
{
color: #72EC34;
}
.AnyTagClassName
{
color: #72EC34;
}
</style>
background-color css
<style>
a { background-color: #72EC34; }
a { background-color: rgb(114,236,52); }
div.DivClassName
{
background-color: #72EC34;
}
.BgClassName
{
background-color: #72EC34;
}
</style>
border-color css
<style>
span { border-color: #72EC34; }
span { border-color: rgb(114,236,52); }
td.TdClassName
{
border-color: #72EC34;
}
.TagClassName
{
border-color: #72EC34;
}
</style>