Shades of Light Green #7CF29A
Tints of Light Green #7CF29A
RGB
CMYK
RGB Variations
Color information
#7CF29A (or 0x7CF29A) is known color: Light Green. HEX triplet: 7C, F2 and 9A. RGB value is (124,242,154). Sum of RGB (Red+Green+Blue) = 124+242+154=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF29A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF29A is #830D65. Grayscale: #C4C4C4. Windows color (decimal): -8588646 or 10154620. OLE color: 10154620.
HSL color Cylindrical-coordinate representation of color #7CF29A: hue angle of 135.25º 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 #7CF29A is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 154 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.05 |
| HSL | 135.25º | 0.82% | 0.72% | - |
| HSV(B) | 135.25º | 0.49% | 0.95% | - |
| XYZ | 45.9 | 70.12 | 41.69 | - |
| YUV | 196.69 | 103.91 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 154 | 0.49 | 0 | 0.36 | 0.05 | 135.25 | 0.82 | 0.72 |
| Hex | 7C | F2 | 9A | 31 | 0 | 24 | 5 | 87 | 52 | 48 |
| Octal | 174 | 362 | 232 | 61 | 0 | 44 | 5 | 207 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10011010 | 110001 | 0 | 100100 | 101 | 10000111 | 1010010 | 1001000 |
Color Harmonies of #7CF29A
Complementary color
Monochromatic Colors of #7CF29A
Black with #7CF29A
Text Example
Text Example
White with #7CF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF29A; }
p { color: rgb(124,242,154); }
H1.HeaderClassName
{
color: #7CF29A;
}
.AnyTagClassName
{
color: #7CF29A;
}
</style>
background-color css
<style>
a { background-color: #7CF29A; }
a { background-color: rgb(124,242,154); }
div.DivClassName
{
background-color: #7CF29A;
}
.BgClassName
{
background-color: #7CF29A;
}
</style>
border-color css
<style>
span { border-color: #7CF29A; }
span { border-color: rgb(124,242,154); }
td.TdClassName
{
border-color: #7CF29A;
}
.TagClassName
{
border-color: #7CF29A;
}
</style>