Shades of Lawn Green #7CCF01
Tints of Lawn Green #7CCF01
RGB
CMYK
RGB Variations
Color information
#7CCF01 (or 0x7CCF01) is known color: Lawn Green. HEX triplet: 7C, CF and 01. RGB value is (124,207,1). Sum of RGB (Red+Green+Blue) = 124+207+1=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF01 is #8330FE. Grayscale: #9F9F9F. Windows color (decimal): -8597759 or 118652. OLE color: 118652.
HSL color Cylindrical-coordinate representation of color #7CCF01: hue angle of 84.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CCF01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 1 | - |
| CMYK | 0.40 | 0 | 1.00 | 0.19 |
| HSL | 84.17º | 0.99% | 0.41% | - |
| HSV(B) | 84.17º | 1% | 0.81% | - |
| XYZ | 30.63 | 48.91 | 7.86 | - |
| YUV | 158.7 | 39 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 1 | 0.40 | 0 | 1.00 | 0.19 | 84.17 | 0.99 | 0.41 |
| Hex | 7C | CF | 1 | 28 | 0 | 64 | 13 | 54 | 63 | 29 |
| Octal | 174 | 317 | 1 | 50 | 0 | 144 | 23 | 124 | 143 | 51 |
| Binary | 1111100 | 11001111 | 1 | 101000 | 0 | 1100100 | 10011 | 1010100 | 1100011 | 101001 |
Color Harmonies of #7CCF01
Complementary color
Monochromatic Colors of #7CCF01
Black with #7CCF01
Text Example
Text Example
White with #7CCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF01; }
p { color: rgb(124,207,1); }
H1.HeaderClassName
{
color: #7CCF01;
}
.AnyTagClassName
{
color: #7CCF01;
}
</style>
background-color css
<style>
a { background-color: #7CCF01; }
a { background-color: rgb(124,207,1); }
div.DivClassName
{
background-color: #7CCF01;
}
.BgClassName
{
background-color: #7CCF01;
}
</style>
border-color css
<style>
span { border-color: #7CCF01; }
span { border-color: rgb(124,207,1); }
td.TdClassName
{
border-color: #7CCF01;
}
.TagClassName
{
border-color: #7CCF01;
}
</style>