Shades of Chartreuse Yellow #E2F614
Tints of Chartreuse Yellow #E2F614
RGB
CMYK
RGB Variations
Color information
#E2F614 (or 0xE2F614) is known color: Chartreuse Yellow. HEX triplet: E2, F6 and 14. RGB value is (226,246,20). Sum of RGB (Red+Green+Blue) = 226+246+20=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F614 is #1D09EB. Grayscale: #D7D7D7. Windows color (decimal): -1903084 or 1373922. OLE color: 1373922.
HSL color Cylindrical-coordinate representation of color #E2F614: hue angle of 65.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2F614 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.04 |
| HSL | 65.31º | 0.93% | 0.52% | - |
| HSV(B) | 65.31º | 0.92% | 0.96% | - |
| XYZ | 64.45 | 82.13 | 13.12 | - |
| YUV | 214.26 | 18.37 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 20 | 0.08 | 0 | 0.92 | 0.04 | 65.31 | 0.93 | 0.52 |
| Hex | E2 | F6 | 14 | 8 | 0 | 5C | 4 | 41 | 5D | 34 |
| Octal | 342 | 366 | 24 | 10 | 0 | 134 | 4 | 101 | 135 | 64 |
| Binary | 11100010 | 11110110 | 10100 | 1000 | 0 | 1011100 | 100 | 1000001 | 1011101 | 110100 |
Color Harmonies of #E2F614
Complementary color
Monochromatic Colors of #E2F614
Black with #E2F614
Text Example
Text Example
White with #E2F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F614; }
p { color: rgb(226,246,20); }
H1.HeaderClassName
{
color: #E2F614;
}
.AnyTagClassName
{
color: #E2F614;
}
</style>
background-color css
<style>
a { background-color: #E2F614; }
a { background-color: rgb(226,246,20); }
div.DivClassName
{
background-color: #E2F614;
}
.BgClassName
{
background-color: #E2F614;
}
</style>
border-color css
<style>
span { border-color: #E2F614; }
span { border-color: rgb(226,246,20); }
td.TdClassName
{
border-color: #E2F614;
}
.TagClassName
{
border-color: #E2F614;
}
</style>