Shades of Lawn Green #7CF031
Tints of Lawn Green #7CF031
RGB
CMYK
RGB Variations
Color information
#7CF031 (or 0x7CF031) is known color: Lawn Green. HEX triplet: 7C, F0 and 31. RGB value is (124,240,49). Sum of RGB (Red+Green+Blue) = 124+240+49=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF031 is #830FCE. Grayscale: #B8B8B8. Windows color (decimal): -8589263 or 3272828. OLE color: 3272828.
HSL color Cylindrical-coordinate representation of color #7CF031: hue angle of 96.44º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CF031 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 49 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.06 |
| HSL | 96.44º | 0.86% | 0.57% | - |
| HSV(B) | 96.44º | 0.8% | 0.94% | - |
| XYZ | 40.03 | 66.83 | 13.7 | - |
| YUV | 183.54 | 52.07 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 49 | 0.48 | 0 | 0.80 | 0.06 | 96.44 | 0.86 | 0.57 |
| Hex | 7C | F0 | 31 | 30 | 0 | 50 | 6 | 60 | 56 | 39 |
| Octal | 174 | 360 | 61 | 60 | 0 | 120 | 6 | 140 | 126 | 71 |
| Binary | 1111100 | 11110000 | 110001 | 110000 | 0 | 1010000 | 110 | 1100000 | 1010110 | 111001 |
Color Harmonies of #7CF031
Complementary color
Monochromatic Colors of #7CF031
Black with #7CF031
Text Example
Text Example
White with #7CF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF031; }
p { color: rgb(124,240,49); }
H1.HeaderClassName
{
color: #7CF031;
}
.AnyTagClassName
{
color: #7CF031;
}
</style>
background-color css
<style>
a { background-color: #7CF031; }
a { background-color: rgb(124,240,49); }
div.DivClassName
{
background-color: #7CF031;
}
.BgClassName
{
background-color: #7CF031;
}
</style>
border-color css
<style>
span { border-color: #7CF031; }
span { border-color: rgb(124,240,49); }
td.TdClassName
{
border-color: #7CF031;
}
.TagClassName
{
border-color: #7CF031;
}
</style>