Shades of Chartreuse Yellow #E2F012
Tints of Chartreuse Yellow #E2F012
RGB
CMYK
RGB Variations
Color information
#E2F012 (or 0xE2F012) is known color: Chartreuse Yellow. HEX triplet: E2, F0 and 12. RGB value is (226,240,18). Sum of RGB (Red+Green+Blue) = 226+240+18=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F012 is #1D0FED. Grayscale: #D3D3D3. Windows color (decimal): -1904622 or 1241314. OLE color: 1241314.
HSL color Cylindrical-coordinate representation of color #E2F012: hue angle of 63.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2F012 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.06 |
| HSL | 63.78º | 0.88% | 0.51% | - |
| HSV(B) | 63.78º | 0.93% | 0.94% | - |
| XYZ | 62.63 | 78.53 | 12.43 | - |
| YUV | 210.51 | 19.36 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 18 | 0.06 | 0 | 0.92 | 0.06 | 63.78 | 0.88 | 0.51 |
| Hex | E2 | F0 | 12 | 6 | 0 | 5C | 6 | 40 | 58 | 33 |
| Octal | 342 | 360 | 22 | 6 | 0 | 134 | 6 | 100 | 130 | 63 |
| Binary | 11100010 | 11110000 | 10010 | 110 | 0 | 1011100 | 110 | 1000000 | 1011000 | 110011 |
Color Harmonies of #E2F012
Complementary color
Monochromatic Colors of #E2F012
Black with #E2F012
Text Example
Text Example
White with #E2F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F012; }
p { color: rgb(226,240,18); }
H1.HeaderClassName
{
color: #E2F012;
}
.AnyTagClassName
{
color: #E2F012;
}
</style>
background-color css
<style>
a { background-color: #E2F012; }
a { background-color: rgb(226,240,18); }
div.DivClassName
{
background-color: #E2F012;
}
.BgClassName
{
background-color: #E2F012;
}
</style>
border-color css
<style>
span { border-color: #E2F012; }
span { border-color: rgb(226,240,18); }
td.TdClassName
{
border-color: #E2F012;
}
.TagClassName
{
border-color: #E2F012;
}
</style>