#E2ED00

Color #E2ED00 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #E2ED00

Tints of Chartreuse Yellow #E2ED00

Color information

#E2ED00 (or 0xE2ED00) is unknown color: approx 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

RGB2262370-
CMYK0.05010.07
HSL62.78º100%46.47%-
HSV(B)62.78º100%92.94%-
XYZ61.6576.7411.56-
YUV206.6911.36141.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.81%
G=51.19%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22623700.05010.0762.7810046.47
HexE2ED0506473f642e
Octal34235505014477714456
Binary11100010111011010101011001001111111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>