Shades of Chartreuse Yellow #E2FD01
Tints of Chartreuse Yellow #E2FD01
RGB
CMYK
RGB Variations
Color information
#E2FD01 (or 0xE2FD01) is known color: Chartreuse Yellow. HEX triplet: E2, FD and 01. RGB value is (226,253,1). Sum of RGB (Red+Green+Blue) = 226+253+1=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 1 (0.78% from 255 or 0.21% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2FD01 is #1D02FE. Grayscale: #D9D9D9. Windows color (decimal): -1901311 or 130530. OLE color: 130530.
HSL color Cylindrical-coordinate representation of color #E2FD01: hue angle of 66.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2FD01 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.01 |
| HSL | 66.43º | 0.99% | 0.5% | - |
| HSV(B) | 66.43º | 1% | 0.99% | - |
| XYZ | 66.49 | 86.42 | 13.21 | - |
| YUV | 216.2 | 6.55 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 1 | 0.11 | 0 | 1.00 | 0.01 | 66.43 | 0.99 | 0.5 |
| Hex | E2 | FD | 1 | B | 0 | 64 | 1 | 42 | 63 | 32 |
| Octal | 342 | 375 | 1 | 13 | 0 | 144 | 1 | 102 | 143 | 62 |
| Binary | 11100010 | 11111101 | 1 | 1011 | 0 | 1100100 | 1 | 1000010 | 1100011 | 110010 |
Color Harmonies of #E2FD01
Complementary color
Monochromatic Colors of #E2FD01
Black with #E2FD01
Text Example
Text Example
White with #E2FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD01; }
p { color: rgb(226,253,1); }
H1.HeaderClassName
{
color: #E2FD01;
}
.AnyTagClassName
{
color: #E2FD01;
}
</style>
background-color css
<style>
a { background-color: #E2FD01; }
a { background-color: rgb(226,253,1); }
div.DivClassName
{
background-color: #E2FD01;
}
.BgClassName
{
background-color: #E2FD01;
}
</style>
border-color css
<style>
span { border-color: #E2FD01; }
span { border-color: rgb(226,253,1); }
td.TdClassName
{
border-color: #E2FD01;
}
.TagClassName
{
border-color: #E2FD01;
}
</style>