Shades of Light Green #7CF29E
Tints of Light Green #7CF29E
RGB
CMYK
RGB Variations
Color information
#7CF29E (or 0x7CF29E) is known color: Light Green. HEX triplet: 7C, F2 and 9E. RGB value is (124,242,158). Sum of RGB (Red+Green+Blue) = 124+242+158=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF29E is #830D61. Grayscale: #C5C5C5. Windows color (decimal): -8588642 or 10416764. OLE color: 10416764.
HSL color Cylindrical-coordinate representation of color #7CF29E: hue angle of 137.29º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF29E is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 158 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.05 |
| HSL | 137.29º | 0.82% | 0.72% | - |
| HSV(B) | 137.29º | 0.49% | 0.95% | - |
| XYZ | 46.24 | 70.26 | 43.47 | - |
| YUV | 197.14 | 105.91 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 158 | 0.49 | 0 | 0.35 | 0.05 | 137.29 | 0.82 | 0.72 |
| Hex | 7C | F2 | 9E | 31 | 0 | 23 | 5 | 89 | 52 | 48 |
| Octal | 174 | 362 | 236 | 61 | 0 | 43 | 5 | 211 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10011110 | 110001 | 0 | 100011 | 101 | 10001001 | 1010010 | 1001000 |
Color Harmonies of #7CF29E
Complementary color
Monochromatic Colors of #7CF29E
Black with #7CF29E
Text Example
Text Example
White with #7CF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF29E; }
p { color: rgb(124,242,158); }
H1.HeaderClassName
{
color: #7CF29E;
}
.AnyTagClassName
{
color: #7CF29E;
}
</style>
background-color css
<style>
a { background-color: #7CF29E; }
a { background-color: rgb(124,242,158); }
div.DivClassName
{
background-color: #7CF29E;
}
.BgClassName
{
background-color: #7CF29E;
}
</style>
border-color css
<style>
span { border-color: #7CF29E; }
span { border-color: rgb(124,242,158); }
td.TdClassName
{
border-color: #7CF29E;
}
.TagClassName
{
border-color: #7CF29E;
}
</style>