Shades of Lawn Green #7FF212
Tints of Lawn Green #7FF212
RGB
CMYK
RGB Variations
Color information
#7FF212 (or 0x7FF212) is known color: Lawn Green. HEX triplet: 7F, F2 and 12. RGB value is (127,242,18). Sum of RGB (Red+Green+Blue) = 127+242+18=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FF212 is #800DED. Grayscale: #B6B6B6. Windows color (decimal): -8392174 or 1241727. OLE color: 1241727.
HSL color Cylindrical-coordinate representation of color #7FF212: hue angle of 90.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FF212 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 18 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.05 |
| HSL | 90.8º | 0.9% | 0.51% | - |
| HSV(B) | 90.8º | 0.93% | 0.95% | - |
| XYZ | 40.61 | 68.06 | 11.57 | - |
| YUV | 182.08 | 35.4 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 18 | 0.48 | 0 | 0.93 | 0.05 | 90.8 | 0.9 | 0.51 |
| Hex | 7F | F2 | 12 | 30 | 0 | 5D | 5 | 5B | 5A | 33 |
| Octal | 177 | 362 | 22 | 60 | 0 | 135 | 5 | 133 | 132 | 63 |
| Binary | 1111111 | 11110010 | 10010 | 110000 | 0 | 1011101 | 101 | 1011011 | 1011010 | 110011 |
Color Harmonies of #7FF212
Complementary color
Monochromatic Colors of #7FF212
Black with #7FF212
Text Example
Text Example
White with #7FF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF212; }
p { color: rgb(127,242,18); }
H1.HeaderClassName
{
color: #7FF212;
}
.AnyTagClassName
{
color: #7FF212;
}
</style>
background-color css
<style>
a { background-color: #7FF212; }
a { background-color: rgb(127,242,18); }
div.DivClassName
{
background-color: #7FF212;
}
.BgClassName
{
background-color: #7FF212;
}
</style>
border-color css
<style>
span { border-color: #7FF212; }
span { border-color: rgb(127,242,18); }
td.TdClassName
{
border-color: #7FF212;
}
.TagClassName
{
border-color: #7FF212;
}
</style>