Html Css Color HEX #E2FA28 Pear

📋 copy color: '#E2FA28'

red 226 ◦ green 250 ◦ blue 40

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

Shades of Pear #E2FA28

Tints of Pear #E2FA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.75%

R = 43.8%
G = 48.45%
B = 7.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#E2FA28 (or 0xE2FA28) is known color: Pear. HEX triplet: E2, FA and 28. RGB value is (226,250,40). Sum of RGB (Red+Green+Blue) = 226+250+40=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA28 is #1D05D7. Grayscale: #DBDBDB. Windows color (decimal): -1902040 or 2685666. OLE color: 2685666.

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

Color convert

RGB 226 250 40 -
CMYK 0.10 0 0.84 0.02
HSL 66.86º 0.95% 0.57% -
HSV(B) 66.86º 0.84% 0.98% -
XYZ 65.93 84.69 14.88 -
YUV 218.88 27.05 133.08 -
System Red Green Blue C M Y K H S L
Decimal 226 250 40 0.10 0 0.84 0.02 66.86 0.95 0.57
Hex E2 FA 28 A 0 54 2 43 5F 39
Octal 342 372 50 12 0 124 2 103 137 71
Binary 11100010 11111010 101000 1010 0 1010100 10 1000011 1011111 111001

Color Harmonies of #E2FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA28

Black with #E2FA28

Text Example


Text Example

White with #E2FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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