Html Css Color HEX #E2F014 Chartreuse Yellow

📋 copy color: '#E2F014'

red 226 ◦ green 240 ◦ blue 20

#E2F014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #E2F014

Tints of Chartreuse Yellow #E2F014

RGB

 RED value IS 226 (88.67% from 255) = 46.5%

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 46.5%
G = 49.38%
B = 4.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#E2F014 (or 0xE2F014) is known color: Chartreuse Yellow. HEX triplet: E2, F0 and 14. RGB value is (226,240,20). Sum of RGB (Red+Green+Blue) = 226+240+20=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F014 is #1D0FEB. Grayscale: #D3D3D3. Windows color (decimal): -1904620 or 1372386. OLE color: 1372386.

HSL color Cylindrical-coordinate representation of color #E2F014: hue angle of 63.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2F014 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 240 20 -
CMYK 0.06 0 0.92 0.06
HSL 63.82º 0.88% 0.51% -
HSV(B) 63.82º 0.92% 0.94% -
XYZ 62.65 78.54 12.52 -
YUV 210.73 20.36 138.89 -
System Red Green Blue C M Y K H S L
Decimal 226 240 20 0.06 0 0.92 0.06 63.82 0.88 0.51
Hex E2 F0 14 6 0 5C 6 40 58 33
Octal 342 360 24 6 0 134 6 100 130 63
Binary 11100010 11110000 10100 110 0 1011100 110 1000000 1011000 110011

Color Harmonies of #E2F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F014

Black with #E2F014

Text Example


Text Example

White with #E2F014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F014; }

 p { color: rgb(226,240,20); }

 H1.HeaderClassName
 {
   color: #E2F014;
 }
 .AnyTagClassName
 {
   color: #E2F014;
 }
</style>

background-color css

<style>
 a { background-color: #E2F014; }

 a { background-color: rgb(226,240,20); }

 div.DivClassName
 {
   background-color: #E2F014;
 }
 .BgClassName
 {
   background-color: #E2F014;
 }
</style>

border-color css

<style>
 span { border-color: #E2F014; }

 span { border-color: rgb(226,240,20); }

 td.TdClassName
 {
   border-color: #E2F014;
 }
 .TagClassName
 {
   border-color: #E2F014;
 }
</style>