Html Css Color HEX #E2FA14 Chartreuse Yellow

📋 copy color: '#E2FA14'

red 226 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse Yellow #E2FA14

Tints of Chartreuse Yellow #E2FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.4%

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

R = 45.56%
G = 50.4%
B = 4.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#E2FA14 (or 0xE2FA14) is known color: Chartreuse Yellow. HEX triplet: E2, FA and 14. RGB value is (226,250,20). Sum of RGB (Red+Green+Blue) = 226+250+20=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2FA14 is #1D05EB. Grayscale: #D9D9D9. Windows color (decimal): -1902060 or 1374946. OLE color: 1374946.

HSL color Cylindrical-coordinate representation of color #E2FA14: hue angle of 66.26º degrees, saturation: 0.96, 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 #E2FA14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 20 -
CMYK 0.10 0 0.92 0.02
HSL 66.26º 0.96% 0.53% -
HSV(B) 66.26º 0.92% 0.98% -
XYZ 65.68 84.59 13.53 -
YUV 216.6 17.05 134.7 -
System Red Green Blue C M Y K H S L
Decimal 226 250 20 0.10 0 0.92 0.02 66.26 0.96 0.53
Hex E2 FA 14 A 0 5C 2 42 60 35
Octal 342 372 24 12 0 134 2 102 140 65
Binary 11100010 11111010 10100 1010 0 1011100 10 1000010 1100000 110101

Color Harmonies of #E2FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA14

Black with #E2FA14

Text Example


Text Example

White with #E2FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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