Shades of Chartreuse Yellow #E2ED00
Tints of Chartreuse Yellow #E2ED00
RGB
CMYK
RGB Variations
Color information
#E2ED00 (or 0xE2ED00) is known color: Chartreuse Yellow. HEX triplet: E2, ED and 00. RGB value is (226,237,0). Sum of RGB (Red+Green+Blue) = 226+237+0=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2ED00 is #1D12FF. Grayscale: #CFCFCF. Windows color (decimal): -1905408 or 60898. OLE color: 60898.
HSL color Cylindrical-coordinate representation of color #E2ED00: hue angle of 62.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2ED00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.07 |
| HSL | 62.78º | 1% | 0.46% | - |
| HSV(B) | 62.78º | 1% | 0.93% | - |
| XYZ | 61.65 | 76.74 | 11.56 | - |
| YUV | 206.69 | 11.36 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 0 | 0.05 | 0 | 1 | 0.07 | 62.78 | 1 | 0.46 |
| Hex | E2 | ED | 0 | 5 | 0 | 64 | 7 | 3F | 64 | 2E |
| Octal | 342 | 355 | 0 | 5 | 0 | 144 | 7 | 77 | 144 | 56 |
| Binary | 11100010 | 11101101 | 0 | 101 | 0 | 1100100 | 111 | 111111 | 1100100 | 101110 |
Color Harmonies of #E2ED00
Complementary color
Monochromatic Colors of #E2ED00
Black with #E2ED00
Text Example
Text Example
White with #E2ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED00; }
p { color: rgb(226,237,0); }
H1.HeaderClassName
{
color: #E2ED00;
}
.AnyTagClassName
{
color: #E2ED00;
}
</style>
background-color css
<style>
a { background-color: #E2ED00; }
a { background-color: rgb(226,237,0); }
div.DivClassName
{
background-color: #E2ED00;
}
.BgClassName
{
background-color: #E2ED00;
}
</style>
border-color css
<style>
span { border-color: #E2ED00; }
span { border-color: rgb(226,237,0); }
td.TdClassName
{
border-color: #E2ED00;
}
.TagClassName
{
border-color: #E2ED00;
}
</style>