Shades of Lawn Green #7CF013
Tints of Lawn Green #7CF013
RGB
CMYK
RGB Variations
Color information
#7CF013 (or 0x7CF013) is known color: Lawn Green. HEX triplet: 7C, F0 and 13. RGB value is (124,240,19). Sum of RGB (Red+Green+Blue) = 124+240+19=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CF013 is #830FEC. Grayscale: #B4B4B4. Windows color (decimal): -8589293 or 1306748. OLE color: 1306748.
HSL color Cylindrical-coordinate representation of color #7CF013: hue angle of 91.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CF013 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 19 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.06 |
| HSL | 91.49º | 0.88% | 0.51% | - |
| HSV(B) | 91.49º | 0.92% | 0.94% | - |
| XYZ | 39.59 | 66.65 | 11.39 | - |
| YUV | 180.12 | 37.07 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 19 | 0.48 | 0 | 0.92 | 0.06 | 91.49 | 0.88 | 0.51 |
| Hex | 7C | F0 | 13 | 30 | 0 | 5C | 6 | 5B | 58 | 33 |
| Octal | 174 | 360 | 23 | 60 | 0 | 134 | 6 | 133 | 130 | 63 |
| Binary | 1111100 | 11110000 | 10011 | 110000 | 0 | 1011100 | 110 | 1011011 | 1011000 | 110011 |
Color Harmonies of #7CF013
Complementary color
Monochromatic Colors of #7CF013
Black with #7CF013
Text Example
Text Example
White with #7CF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF013; }
p { color: rgb(124,240,19); }
H1.HeaderClassName
{
color: #7CF013;
}
.AnyTagClassName
{
color: #7CF013;
}
</style>
background-color css
<style>
a { background-color: #7CF013; }
a { background-color: rgb(124,240,19); }
div.DivClassName
{
background-color: #7CF013;
}
.BgClassName
{
background-color: #7CF013;
}
</style>
border-color css
<style>
span { border-color: #7CF013; }
span { border-color: rgb(124,240,19); }
td.TdClassName
{
border-color: #7CF013;
}
.TagClassName
{
border-color: #7CF013;
}
</style>