Html Css Color HEX #E2F914 Chartreuse Yellow

📋 copy color: '#E2F914'

red 226 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #E2F914

Tints of Chartreuse Yellow #E2F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.3%

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

R = 45.66%
G = 50.3%
B = 4.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#E2F914 (or 0xE2F914) is known color: Chartreuse Yellow. HEX triplet: E2, F9 and 14. RGB value is (226,249,20). Sum of RGB (Red+Green+Blue) = 226+249+20=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2F914 is #1D06EB. Grayscale: #D8D8D8. Windows color (decimal): -1902316 or 1374690. OLE color: 1374690.

HSL color Cylindrical-coordinate representation of color #E2F914: hue angle of 66.03º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2F914 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 249 20 -
CMYK 0.09 0 0.92 0.02
HSL 66.03º 0.95% 0.53% -
HSV(B) 66.03º 0.92% 0.98% -
XYZ 65.37 83.97 13.42 -
YUV 216.02 17.38 135.12 -
System Red Green Blue C M Y K H S L
Decimal 226 249 20 0.09 0 0.92 0.02 66.03 0.95 0.53
Hex E2 F9 14 9 0 5C 2 42 5F 35
Octal 342 371 24 11 0 134 2 102 137 65
Binary 11100010 11111001 10100 1001 0 1011100 10 1000010 1011111 110101

Color Harmonies of #E2F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F914

Black with #E2F914

Text Example


Text Example

White with #E2F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F914; }

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

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

background-color css

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

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

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

border-color css

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

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

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