Shades of Lawn Green #7FFC14
Tints of Lawn Green #7FFC14
RGB
CMYK
RGB Variations
Color information
#7FFC14 (or 0x7FFC14) is known color: Lawn Green. HEX triplet: 7F, FC and 14. RGB value is (127,252,20). Sum of RGB (Red+Green+Blue) = 127+252+20=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFC14 is #8003EB. Grayscale: #BCBCBC. Windows color (decimal): -8389612 or 1375359. OLE color: 1375359.
HSL color Cylindrical-coordinate representation of color #7FFC14: hue angle of 92.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FFC14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 20 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.01 |
| HSL | 92.33º | 0.97% | 0.53% | - |
| HSV(B) | 92.33º | 0.92% | 0.99% | - |
| XYZ | 43.69 | 74.18 | 12.68 | - |
| YUV | 188.18 | 33.09 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 20 | 0.50 | 0 | 0.92 | 0.01 | 92.33 | 0.97 | 0.53 |
| Hex | 7F | FC | 14 | 32 | 0 | 5C | 1 | 5C | 61 | 35 |
| Octal | 177 | 374 | 24 | 62 | 0 | 134 | 1 | 134 | 141 | 65 |
| Binary | 1111111 | 11111100 | 10100 | 110010 | 0 | 1011100 | 1 | 1011100 | 1100001 | 110101 |
Color Harmonies of #7FFC14
Complementary color
Monochromatic Colors of #7FFC14
Black with #7FFC14
Text Example
Text Example
White with #7FFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFC14; }
p { color: rgb(127,252,20); }
H1.HeaderClassName
{
color: #7FFC14;
}
.AnyTagClassName
{
color: #7FFC14;
}
</style>
background-color css
<style>
a { background-color: #7FFC14; }
a { background-color: rgb(127,252,20); }
div.DivClassName
{
background-color: #7FFC14;
}
.BgClassName
{
background-color: #7FFC14;
}
</style>
border-color css
<style>
span { border-color: #7FFC14; }
span { border-color: rgb(127,252,20); }
td.TdClassName
{
border-color: #7FFC14;
}
.TagClassName
{
border-color: #7FFC14;
}
</style>