Shades of Lawn Green #7CF228
Tints of Lawn Green #7CF228
RGB
CMYK
RGB Variations
Color information
#7CF228 (or 0x7CF228) is known color: Lawn Green. HEX triplet: 7C, F2 and 28. RGB value is (124,242,40). Sum of RGB (Red+Green+Blue) = 124+242+40=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF228 is #830DD7. Grayscale: #B8B8B8. Windows color (decimal): -8588760 or 2683516. OLE color: 2683516.
HSL color Cylindrical-coordinate representation of color #7CF228: hue angle of 95.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CF228 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 40 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.05 |
| HSL | 95.05º | 0.89% | 0.55% | - |
| HSV(B) | 95.05º | 0.83% | 0.95% | - |
| XYZ | 40.45 | 67.94 | 12.99 | - |
| YUV | 183.69 | 46.91 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 40 | 0.49 | 0 | 0.83 | 0.05 | 95.05 | 0.89 | 0.55 |
| Hex | 7C | F2 | 28 | 31 | 0 | 53 | 5 | 5F | 59 | 37 |
| Octal | 174 | 362 | 50 | 61 | 0 | 123 | 5 | 137 | 131 | 67 |
| Binary | 1111100 | 11110010 | 101000 | 110001 | 0 | 1010011 | 101 | 1011111 | 1011001 | 110111 |
Color Harmonies of #7CF228
Complementary color
Monochromatic Colors of #7CF228
Black with #7CF228
Text Example
Text Example
White with #7CF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF228; }
p { color: rgb(124,242,40); }
H1.HeaderClassName
{
color: #7CF228;
}
.AnyTagClassName
{
color: #7CF228;
}
</style>
background-color css
<style>
a { background-color: #7CF228; }
a { background-color: rgb(124,242,40); }
div.DivClassName
{
background-color: #7CF228;
}
.BgClassName
{
background-color: #7CF228;
}
</style>
border-color css
<style>
span { border-color: #7CF228; }
span { border-color: rgb(124,242,40); }
td.TdClassName
{
border-color: #7CF228;
}
.TagClassName
{
border-color: #7CF228;
}
</style>