Shades of Light Green #7EF282
Tints of Light Green #7EF282
RGB
CMYK
RGB Variations
Color information
#7EF282 (or 0x7EF282) is known color: Light Green. HEX triplet: 7E, F2 and 82. RGB value is (126,242,130). Sum of RGB (Red+Green+Blue) = 126+242+130=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF282 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF282 is #810D7D. Grayscale: #C2C2C2. Windows color (decimal): -8457598 or 8581758. OLE color: 8581758.
HSL color Cylindrical-coordinate representation of color #7EF282: hue angle of 122.07º 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 #7EF282 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 130 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.05 |
| HSL | 122.07º | 0.82% | 0.72% | - |
| HSV(B) | 122.07º | 0.48% | 0.95% | - |
| XYZ | 44.39 | 69.55 | 32.2 | - |
| YUV | 194.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 130 | 0.48 | 0 | 0.46 | 0.05 | 122.07 | 0.82 | 0.72 |
| Hex | 7E | F2 | 82 | 30 | 0 | 2E | 5 | 7A | 52 | 48 |
| Octal | 176 | 362 | 202 | 60 | 0 | 56 | 5 | 172 | 122 | 110 |
| Binary | 1111110 | 11110010 | 10000010 | 110000 | 0 | 101110 | 101 | 1111010 | 1010010 | 1001000 |
Color Harmonies of #7EF282
Complementary color
Monochromatic Colors of #7EF282
Black with #7EF282
Text Example
Text Example
White with #7EF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF282; }
p { color: rgb(126,242,130); }
H1.HeaderClassName
{
color: #7EF282;
}
.AnyTagClassName
{
color: #7EF282;
}
</style>
background-color css
<style>
a { background-color: #7EF282; }
a { background-color: rgb(126,242,130); }
div.DivClassName
{
background-color: #7EF282;
}
.BgClassName
{
background-color: #7EF282;
}
</style>
border-color css
<style>
span { border-color: #7EF282; }
span { border-color: rgb(126,242,130); }
td.TdClassName
{
border-color: #7EF282;
}
.TagClassName
{
border-color: #7EF282;
}
</style>