Shades of Green Yellow #7EFC34
Tints of Green Yellow #7EFC34
RGB
CMYK
RGB Variations
Color information
#7EFC34 (or 0x7EFC34) is known color: Green Yellow. HEX triplet: 7E, FC and 34. RGB value is (126,252,52). Sum of RGB (Red+Green+Blue) = 126+252+52=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFC34 is #8103CB. Grayscale: #C0C0C0. Windows color (decimal): -8455116 or 3472510. OLE color: 3472510.
HSL color Cylindrical-coordinate representation of color #7EFC34: hue angle of 97.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EFC34 is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 52 | - |
| CMYK | 0.5 | 0 | 0.79 | 0.01 |
| HSL | 97.8º | 0.97% | 0.6% | - |
| HSV(B) | 97.8º | 0.79% | 0.99% | - |
| XYZ | 44.03 | 74.3 | 15.27 | - |
| YUV | 191.53 | 49.26 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 52 | 0.5 | 0 | 0.79 | 0.01 | 97.8 | 0.97 | 0.6 |
| Hex | 7E | FC | 34 | 32 | 0 | 4F | 1 | 62 | 61 | 3C |
| Octal | 176 | 374 | 64 | 62 | 0 | 117 | 1 | 142 | 141 | 74 |
| Binary | 1111110 | 11111100 | 110100 | 110010 | 0 | 1001111 | 1 | 1100010 | 1100001 | 111100 |
Color Harmonies of #7EFC34
Complementary color
Monochromatic Colors of #7EFC34
Black with #7EFC34
Text Example
Text Example
White with #7EFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFC34; }
p { color: rgb(126,252,52); }
H1.HeaderClassName
{
color: #7EFC34;
}
.AnyTagClassName
{
color: #7EFC34;
}
</style>
background-color css
<style>
a { background-color: #7EFC34; }
a { background-color: rgb(126,252,52); }
div.DivClassName
{
background-color: #7EFC34;
}
.BgClassName
{
background-color: #7EFC34;
}
</style>
border-color css
<style>
span { border-color: #7EFC34; }
span { border-color: rgb(126,252,52); }
td.TdClassName
{
border-color: #7EFC34;
}
.TagClassName
{
border-color: #7EFC34;
}
</style>