Shades of Lawn Green #7CE214
Tints of Lawn Green #7CE214
RGB
CMYK
RGB Variations
Color information
#7CE214 (or 0x7CE214) is known color: Lawn Green. HEX triplet: 7C, E2 and 14. RGB value is (124,226,20). Sum of RGB (Red+Green+Blue) = 124+226+20=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CE214 is #831DEB. Grayscale: #ACACAC. Windows color (decimal): -8592876 or 1368700. OLE color: 1368700.
HSL color Cylindrical-coordinate representation of color #7CE214: hue angle of 89.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CE214 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 20 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.11 |
| HSL | 89.71º | 0.84% | 0.48% | - |
| HSV(B) | 89.71º | 0.91% | 0.89% | - |
| XYZ | 35.63 | 58.73 | 10.12 | - |
| YUV | 172.02 | 42.21 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 20 | 0.45 | 0 | 0.91 | 0.11 | 89.71 | 0.84 | 0.48 |
| Hex | 7C | E2 | 14 | 2D | 0 | 5B | B | 5A | 54 | 30 |
| Octal | 174 | 342 | 24 | 55 | 0 | 133 | 13 | 132 | 124 | 60 |
| Binary | 1111100 | 11100010 | 10100 | 101101 | 0 | 1011011 | 1011 | 1011010 | 1010100 | 110000 |
Color Harmonies of #7CE214
Complementary color
Monochromatic Colors of #7CE214
Black with #7CE214
Text Example
Text Example
White with #7CE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE214; }
p { color: rgb(124,226,20); }
H1.HeaderClassName
{
color: #7CE214;
}
.AnyTagClassName
{
color: #7CE214;
}
</style>
background-color css
<style>
a { background-color: #7CE214; }
a { background-color: rgb(124,226,20); }
div.DivClassName
{
background-color: #7CE214;
}
.BgClassName
{
background-color: #7CE214;
}
</style>
border-color css
<style>
span { border-color: #7CE214; }
span { border-color: rgb(124,226,20); }
td.TdClassName
{
border-color: #7CE214;
}
.TagClassName
{
border-color: #7CE214;
}
</style>