Html Css Color HEX #E2F214 Chartreuse Yellow

📋 copy color: '#E2F214'

red 226 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #E2F214

Tints of Chartreuse Yellow #E2F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

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

R = 46.31%
G = 49.59%
B = 4.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#E2F214 (or 0xE2F214) is known color: Chartreuse Yellow. HEX triplet: E2, F2 and 14. RGB value is (226,242,20). Sum of RGB (Red+Green+Blue) = 226+242+20=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F214 is #1D0DEB. Grayscale: #D4D4D4. Windows color (decimal): -1904108 or 1372898. OLE color: 1372898.

HSL color Cylindrical-coordinate representation of color #E2F214: hue angle of 64.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2F214 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 242 20 -
CMYK 0.07 0 0.92 0.05
HSL 64.32º 0.9% 0.51% -
HSV(B) 64.32º 0.92% 0.95% -
XYZ 63.24 79.72 12.72 -
YUV 211.91 19.7 138.05 -
System Red Green Blue C M Y K H S L
Decimal 226 242 20 0.07 0 0.92 0.05 64.32 0.9 0.51
Hex E2 F2 14 7 0 5C 5 40 5A 33
Octal 342 362 24 7 0 134 5 100 132 63
Binary 11100010 11110010 10100 111 0 1011100 101 1000000 1011010 110011

Color Harmonies of #E2F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F214

Black with #E2F214

Text Example


Text Example

White with #E2F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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