Shades of Lawn Green #7CF030
Tints of Lawn Green #7CF030
RGB
CMYK
RGB Variations
Color information
#7CF030 (or 0x7CF030) is known color: Lawn Green. HEX triplet: 7C, F0 and 30. RGB value is (124,240,48). Sum of RGB (Red+Green+Blue) = 124+240+48=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF030 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF030 is #830FCF. Grayscale: #B8B8B8. Windows color (decimal): -8589264 or 3207292. OLE color: 3207292.
HSL color Cylindrical-coordinate representation of color #7CF030: hue angle of 96.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CF030 is Cyan = 0.48, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 48 | - |
| CMYK | 0.48 | 0 | 0.8 | 0.06 |
| HSL | 96.25º | 0.86% | 0.56% | - |
| HSV(B) | 96.25º | 0.8% | 0.94% | - |
| XYZ | 40.01 | 66.82 | 13.59 | - |
| YUV | 183.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 48 | 0.48 | 0 | 0.8 | 0.06 | 96.25 | 0.86 | 0.56 |
| Hex | 7C | F0 | 30 | 30 | 0 | 50 | 6 | 60 | 56 | 38 |
| Octal | 174 | 360 | 60 | 60 | 0 | 120 | 6 | 140 | 126 | 70 |
| Binary | 1111100 | 11110000 | 110000 | 110000 | 0 | 1010000 | 110 | 1100000 | 1010110 | 111000 |
Color Harmonies of #7CF030
Complementary color
Monochromatic Colors of #7CF030
Black with #7CF030
Text Example
Text Example
White with #7CF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF030; }
p { color: rgb(124,240,48); }
H1.HeaderClassName
{
color: #7CF030;
}
.AnyTagClassName
{
color: #7CF030;
}
</style>
background-color css
<style>
a { background-color: #7CF030; }
a { background-color: rgb(124,240,48); }
div.DivClassName
{
background-color: #7CF030;
}
.BgClassName
{
background-color: #7CF030;
}
</style>
border-color css
<style>
span { border-color: #7CF030; }
span { border-color: rgb(124,240,48); }
td.TdClassName
{
border-color: #7CF030;
}
.TagClassName
{
border-color: #7CF030;
}
</style>