Shades of Light Green #7EF297
Tints of Light Green #7EF297
RGB
CMYK
RGB Variations
Color information
#7EF297 (or 0x7EF297) is known color: Light Green. HEX triplet: 7E, F2 and 97. RGB value is (126,242,151). Sum of RGB (Red+Green+Blue) = 126+242+151=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF297 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF297 is #810D68. Grayscale: #C5C5C5. Windows color (decimal): -8457577 or 9958014. OLE color: 9958014.
HSL color Cylindrical-coordinate representation of color #7EF297: hue angle of 132.93º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF297 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 151 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.05 |
| HSL | 132.93º | 0.82% | 0.72% | - |
| HSV(B) | 132.93º | 0.48% | 0.95% | - |
| XYZ | 45.94 | 70.17 | 40.4 | - |
| YUV | 196.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 151 | 0.48 | 0 | 0.38 | 0.05 | 132.93 | 0.82 | 0.72 |
| Hex | 7E | F2 | 97 | 30 | 0 | 26 | 5 | 85 | 52 | 48 |
| Octal | 176 | 362 | 227 | 60 | 0 | 46 | 5 | 205 | 122 | 110 |
| Binary | 1111110 | 11110010 | 10010111 | 110000 | 0 | 100110 | 101 | 10000101 | 1010010 | 1001000 |
Color Harmonies of #7EF297
Complementary color
Monochromatic Colors of #7EF297
Black with #7EF297
Text Example
Text Example
White with #7EF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF297; }
p { color: rgb(126,242,151); }
H1.HeaderClassName
{
color: #7EF297;
}
.AnyTagClassName
{
color: #7EF297;
}
</style>
background-color css
<style>
a { background-color: #7EF297; }
a { background-color: rgb(126,242,151); }
div.DivClassName
{
background-color: #7EF297;
}
.BgClassName
{
background-color: #7EF297;
}
</style>
border-color css
<style>
span { border-color: #7EF297; }
span { border-color: rgb(126,242,151); }
td.TdClassName
{
border-color: #7EF297;
}
.TagClassName
{
border-color: #7EF297;
}
</style>