Shades of Lawn Green #7CFA14
Tints of Lawn Green #7CFA14
RGB
CMYK
RGB Variations
Color information
#7CFA14 (or 0x7CFA14) is known color: Lawn Green. HEX triplet: 7C, FA and 14. RGB value is (124,250,20). Sum of RGB (Red+Green+Blue) = 124+250+20=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CFA14 is #8305EB. Grayscale: #BABABA. Windows color (decimal): -8586732 or 1374844. OLE color: 1374844.
HSL color Cylindrical-coordinate representation of color #7CFA14: hue angle of 92.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CFA14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 20 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.02 |
| HSL | 92.87º | 0.96% | 0.53% | - |
| HSV(B) | 92.87º | 0.92% | 0.98% | - |
| XYZ | 42.62 | 72.71 | 12.45 | - |
| YUV | 186.11 | 34.26 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 20 | 0.50 | 0 | 0.92 | 0.02 | 92.87 | 0.96 | 0.53 |
| Hex | 7C | FA | 14 | 32 | 0 | 5C | 2 | 5D | 60 | 35 |
| Octal | 174 | 372 | 24 | 62 | 0 | 134 | 2 | 135 | 140 | 65 |
| Binary | 1111100 | 11111010 | 10100 | 110010 | 0 | 1011100 | 10 | 1011101 | 1100000 | 110101 |
Color Harmonies of #7CFA14
Complementary color
Monochromatic Colors of #7CFA14
Black with #7CFA14
Text Example
Text Example
White with #7CFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFA14; }
p { color: rgb(124,250,20); }
H1.HeaderClassName
{
color: #7CFA14;
}
.AnyTagClassName
{
color: #7CFA14;
}
</style>
background-color css
<style>
a { background-color: #7CFA14; }
a { background-color: rgb(124,250,20); }
div.DivClassName
{
background-color: #7CFA14;
}
.BgClassName
{
background-color: #7CFA14;
}
</style>
border-color css
<style>
span { border-color: #7CFA14; }
span { border-color: rgb(124,250,20); }
td.TdClassName
{
border-color: #7CFA14;
}
.TagClassName
{
border-color: #7CFA14;
}
</style>