Shades of Lawn Green #7FF013
Tints of Lawn Green #7FF013
RGB
CMYK
RGB Variations
Color information
#7FF013 (or 0x7FF013) is known color: Lawn Green. HEX triplet: 7F, F0 and 13. RGB value is (127,240,19). Sum of RGB (Red+Green+Blue) = 127+240+19=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FF013 is #800FEC. Grayscale: #B5B5B5. Windows color (decimal): -8392685 or 1306751. OLE color: 1306751.
HSL color Cylindrical-coordinate representation of color #7FF013: hue angle of 90.68º 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 #7FF013 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 240 | 19 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.06 |
| HSL | 90.68º | 0.88% | 0.51% | - |
| HSV(B) | 90.68º | 0.92% | 0.94% | - |
| XYZ | 40.03 | 66.88 | 11.42 | - |
| YUV | 181.02 | 36.56 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 240 | 19 | 0.47 | 0 | 0.92 | 0.06 | 90.68 | 0.88 | 0.51 |
| Hex | 7F | F0 | 13 | 2F | 0 | 5C | 6 | 5B | 58 | 33 |
| Octal | 177 | 360 | 23 | 57 | 0 | 134 | 6 | 133 | 130 | 63 |
| Binary | 1111111 | 11110000 | 10011 | 101111 | 0 | 1011100 | 110 | 1011011 | 1011000 | 110011 |
Color Harmonies of #7FF013
Complementary color
Monochromatic Colors of #7FF013
Black with #7FF013
Text Example
Text Example
White with #7FF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF013; }
p { color: rgb(127,240,19); }
H1.HeaderClassName
{
color: #7FF013;
}
.AnyTagClassName
{
color: #7FF013;
}
</style>
background-color css
<style>
a { background-color: #7FF013; }
a { background-color: rgb(127,240,19); }
div.DivClassName
{
background-color: #7FF013;
}
.BgClassName
{
background-color: #7FF013;
}
</style>
border-color css
<style>
span { border-color: #7FF013; }
span { border-color: rgb(127,240,19); }
td.TdClassName
{
border-color: #7FF013;
}
.TagClassName
{
border-color: #7FF013;
}
</style>