Html Css Color HEX #E2FE29 Pear

📋 copy color: '#E2FE29'

red 226 ◦ green 254 ◦ blue 41

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

Shades of Pear #E2FE29

Tints of Pear #E2FE29

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.75%

 BLUE value IS 41 (16.41% from 255) = 7.87%

R = 43.38%
G = 48.75%
B = 7.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#E2FE29 (or 0xE2FE29) is known color: Pear. HEX triplet: E2, FE and 29. RGB value is (226,254,41). Sum of RGB (Red+Green+Blue) = 226+254+41=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE29 is #1D01D6. Grayscale: #DEDEDE. Windows color (decimal): -1901015 or 2752226. OLE color: 2752226.

HSL color Cylindrical-coordinate representation of color #E2FE29: hue angle of 67.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2FE29 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 254 41 -
CMYK 0.11 0 0.84 0.00
HSL 67.89º 0.99% 0.58% -
HSV(B) 67.89º 0.84% 1% -
XYZ 67.21 87.21 15.39 -
YUV 221.35 26.22 131.32 -
System Red Green Blue C M Y K H S L
Decimal 226 254 41 0.11 0 0.84 0.00 67.89 0.99 0.58
Hex E2 FE 29 B 0 54 0 44 63 3A
Octal 342 376 51 13 0 124 0 104 143 72
Binary 11100010 11111110 101001 1011 0 1010100 0 1000100 1100011 111010

Color Harmonies of #E2FE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE29

Black with #E2FE29

Text Example


Text Example

White with #E2FE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE29; }

 p { color: rgb(226,254,41); }

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

background-color css

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

 a { background-color: rgb(226,254,41); }

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

border-color css

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

 span { border-color: rgb(226,254,41); }

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