Shades of Lawn Green #7CF213
Tints of Lawn Green #7CF213
RGB
CMYK
RGB Variations
Color information
#7CF213 (or 0x7CF213) is known color: Lawn Green. HEX triplet: 7C, F2 and 13. RGB value is (124,242,19). Sum of RGB (Red+Green+Blue) = 124+242+19=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CF213 is #830DEC. Grayscale: #B6B6B6. Windows color (decimal): -8588781 or 1307260. OLE color: 1307260.
HSL color Cylindrical-coordinate representation of color #7CF213: hue angle of 91.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CF213 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 19 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.05 |
| HSL | 91.75º | 0.9% | 0.51% | - |
| HSV(B) | 91.75º | 0.92% | 0.95% | - |
| XYZ | 40.18 | 67.84 | 11.59 | - |
| YUV | 181.3 | 36.41 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 19 | 0.49 | 0 | 0.92 | 0.05 | 91.75 | 0.9 | 0.51 |
| Hex | 7C | F2 | 13 | 31 | 0 | 5C | 5 | 5C | 5A | 33 |
| Octal | 174 | 362 | 23 | 61 | 0 | 134 | 5 | 134 | 132 | 63 |
| Binary | 1111100 | 11110010 | 10011 | 110001 | 0 | 1011100 | 101 | 1011100 | 1011010 | 110011 |
Color Harmonies of #7CF213
Complementary color
Monochromatic Colors of #7CF213
Black with #7CF213
Text Example
Text Example
White with #7CF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF213; }
p { color: rgb(124,242,19); }
H1.HeaderClassName
{
color: #7CF213;
}
.AnyTagClassName
{
color: #7CF213;
}
</style>
background-color css
<style>
a { background-color: #7CF213; }
a { background-color: rgb(124,242,19); }
div.DivClassName
{
background-color: #7CF213;
}
.BgClassName
{
background-color: #7CF213;
}
</style>
border-color css
<style>
span { border-color: #7CF213; }
span { border-color: rgb(124,242,19); }
td.TdClassName
{
border-color: #7CF213;
}
.TagClassName
{
border-color: #7CF213;
}
</style>