Html Css Color HEX #E2F11E Pear

📋 copy color: '#E2F11E'

red 226 ◦ green 241 ◦ blue 30

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

Shades of Pear #E2F11E

Tints of Pear #E2F11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

 BLUE value IS 30 (12.11% from 255) = 6.04%

R = 45.47%
G = 48.49%
B = 6.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#E2F11E (or 0xE2F11E) is known color: Pear. HEX triplet: E2, F1 and 1E. RGB value is (226,241,30). Sum of RGB (Red+Green+Blue) = 226+241+30=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F11E is #1D0EE1. Grayscale: #D5D5D5. Windows color (decimal): -1904354 or 2028002. OLE color: 2028002.

HSL color Cylindrical-coordinate representation of color #E2F11E: hue angle of 64.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2F11E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 30 -
CMYK 0.06 0 0.88 0.05
HSL 64.27º 0.88% 0.53% -
HSV(B) 64.27º 0.88% 0.95% -
XYZ 63.05 79.17 13.19 -
YUV 212.46 25.03 137.66 -
System Red Green Blue C M Y K H S L
Decimal 226 241 30 0.06 0 0.88 0.05 64.27 0.88 0.53
Hex E2 F1 1E 6 0 58 5 40 58 35
Octal 342 361 36 6 0 130 5 100 130 65
Binary 11100010 11110001 11110 110 0 1011000 101 1000000 1011000 110101

Color Harmonies of #E2F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F11E

Black with #E2F11E

Text Example


Text Example

White with #E2F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F11E; }

 p { color: rgb(226,241,30); }

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

background-color css

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

 a { background-color: rgb(226,241,30); }

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

border-color css

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

 span { border-color: rgb(226,241,30); }

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