Shades of Chartreuse Yellow #E2F70C
Tints of Chartreuse Yellow #E2F70C
RGB
CMYK
RGB Variations
Color information
#E2F70C (or 0xE2F70C) is known color: Chartreuse Yellow. HEX triplet: E2, F7 and 0C. RGB value is (226,247,12). Sum of RGB (Red+Green+Blue) = 226+247+12=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F70C is #1D08F3. Grayscale: #D6D6D6. Windows color (decimal): -1902836 or 849890. OLE color: 849890.
HSL color Cylindrical-coordinate representation of color #E2F70C: hue angle of 65.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2F70C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 247 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.03 |
| HSL | 65.36º | 0.94% | 0.51% | - |
| HSV(B) | 65.36º | 0.95% | 0.97% | - |
| XYZ | 64.69 | 82.72 | 12.9 | - |
| YUV | 213.93 | 14.04 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 247 | 12 | 0.09 | 0 | 0.95 | 0.03 | 65.36 | 0.94 | 0.51 |
| Hex | E2 | F7 | C | 9 | 0 | 5F | 3 | 41 | 5E | 33 |
| Octal | 342 | 367 | 14 | 11 | 0 | 137 | 3 | 101 | 136 | 63 |
| Binary | 11100010 | 11110111 | 1100 | 1001 | 0 | 1011111 | 11 | 1000001 | 1011110 | 110011 |
Color Harmonies of #E2F70C
Complementary color
Monochromatic Colors of #E2F70C
Black with #E2F70C
Text Example
Text Example
White with #E2F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F70C; }
p { color: rgb(226,247,12); }
H1.HeaderClassName
{
color: #E2F70C;
}
.AnyTagClassName
{
color: #E2F70C;
}
</style>
background-color css
<style>
a { background-color: #E2F70C; }
a { background-color: rgb(226,247,12); }
div.DivClassName
{
background-color: #E2F70C;
}
.BgClassName
{
background-color: #E2F70C;
}
</style>
border-color css
<style>
span { border-color: #E2F70C; }
span { border-color: rgb(226,247,12); }
td.TdClassName
{
border-color: #E2F70C;
}
.TagClassName
{
border-color: #E2F70C;
}
</style>