Shades of Lawn Green #7CFD14
Tints of Lawn Green #7CFD14
RGB
CMYK
RGB Variations
Color information
#7CFD14 (or 0x7CFD14) is known color: Lawn Green. HEX triplet: 7C, FD and 14. RGB value is (124,253,20). Sum of RGB (Red+Green+Blue) = 124+253+20=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CFD14 is #8302EB. Grayscale: #BCBCBC. Windows color (decimal): -8585964 or 1375612. OLE color: 1375612.
HSL color Cylindrical-coordinate representation of color #7CFD14: hue angle of 93.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CFD14 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 20 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.01 |
| HSL | 93.22º | 0.98% | 0.54% | - |
| HSV(B) | 93.22º | 0.92% | 0.99% | - |
| XYZ | 43.56 | 74.59 | 12.76 | - |
| YUV | 187.87 | 33.26 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 20 | 0.51 | 0 | 0.92 | 0.01 | 93.22 | 0.98 | 0.54 |
| Hex | 7C | FD | 14 | 33 | 0 | 5C | 1 | 5D | 62 | 36 |
| Octal | 174 | 375 | 24 | 63 | 0 | 134 | 1 | 135 | 142 | 66 |
| Binary | 1111100 | 11111101 | 10100 | 110011 | 0 | 1011100 | 1 | 1011101 | 1100010 | 110110 |
Color Harmonies of #7CFD14
Complementary color
Monochromatic Colors of #7CFD14
Black with #7CFD14
Text Example
Text Example
White with #7CFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFD14; }
p { color: rgb(124,253,20); }
H1.HeaderClassName
{
color: #7CFD14;
}
.AnyTagClassName
{
color: #7CFD14;
}
</style>
background-color css
<style>
a { background-color: #7CFD14; }
a { background-color: rgb(124,253,20); }
div.DivClassName
{
background-color: #7CFD14;
}
.BgClassName
{
background-color: #7CFD14;
}
</style>
border-color css
<style>
span { border-color: #7CFD14; }
span { border-color: rgb(124,253,20); }
td.TdClassName
{
border-color: #7CFD14;
}
.TagClassName
{
border-color: #7CFD14;
}
</style>