Shades of Chartreuse Yellow #E2F50F
Tints of Chartreuse Yellow #E2F50F
RGB
CMYK
RGB Variations
Color information
#E2F50F (or 0xE2F50F) is known color: Chartreuse Yellow. HEX triplet: E2, F5 and 0F. RGB value is (226,245,15). Sum of RGB (Red+Green+Blue) = 226+245+15=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F50F is #1D0AF0. Grayscale: #D5D5D5. Windows color (decimal): -1903345 or 1045986. OLE color: 1045986.
HSL color Cylindrical-coordinate representation of color #E2F50F: hue angle of 64.96º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2F50F is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 15 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.04 |
| HSL | 64.96º | 0.92% | 0.51% | - |
| HSV(B) | 64.96º | 0.94% | 0.96% | - |
| XYZ | 64.1 | 81.51 | 12.81 | - |
| YUV | 213.1 | 16.21 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 15 | 0.08 | 0 | 0.94 | 0.04 | 64.96 | 0.92 | 0.51 |
| Hex | E2 | F5 | F | 8 | 0 | 5E | 4 | 41 | 5C | 33 |
| Octal | 342 | 365 | 17 | 10 | 0 | 136 | 4 | 101 | 134 | 63 |
| Binary | 11100010 | 11110101 | 1111 | 1000 | 0 | 1011110 | 100 | 1000001 | 1011100 | 110011 |
Color Harmonies of #E2F50F
Complementary color
Monochromatic Colors of #E2F50F
Black with #E2F50F
Text Example
Text Example
White with #E2F50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F50F; }
p { color: rgb(226,245,15); }
H1.HeaderClassName
{
color: #E2F50F;
}
.AnyTagClassName
{
color: #E2F50F;
}
</style>
background-color css
<style>
a { background-color: #E2F50F; }
a { background-color: rgb(226,245,15); }
div.DivClassName
{
background-color: #E2F50F;
}
.BgClassName
{
background-color: #E2F50F;
}
</style>
border-color css
<style>
span { border-color: #E2F50F; }
span { border-color: rgb(226,245,15); }
td.TdClassName
{
border-color: #E2F50F;
}
.TagClassName
{
border-color: #E2F50F;
}
</style>