Html Css Color HEX #E2F32F Pear

📋 copy color: '#E2F32F'

red 226 ◦ green 243 ◦ blue 47

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

Shades of Pear #E2F32F

Tints of Pear #E2F32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 43.8%
G = 47.09%
B = 9.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#E2F32F (or 0xE2F32F) is known color: Pear. HEX triplet: E2, F3 and 2F. RGB value is (226,243,47). Sum of RGB (Red+Green+Blue) = 226+243+47=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F32F is #1D0CD0. Grayscale: #D8D8D8. Windows color (decimal): -1903825 or 3142626. OLE color: 3142626.

HSL color Cylindrical-coordinate representation of color #E2F32F: hue angle of 65.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2F32F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 243 47 -
CMYK 0.07 0 0.81 0.05
HSL 65.2º 0.89% 0.57% -
HSV(B) 65.2º 0.81% 0.95% -
XYZ 63.93 80.48 14.85 -
YUV 215.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 226 243 47 0.07 0 0.81 0.05 65.2 0.89 0.57
Hex E2 F3 2F 7 0 51 5 41 59 39
Octal 342 363 57 7 0 121 5 101 131 71
Binary 11100010 11110011 101111 111 0 1010001 101 1000001 1011001 111001

Color Harmonies of #E2F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F32F

Black with #E2F32F

Text Example


Text Example

White with #E2F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F32F; }

 p { color: rgb(226,243,47); }

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

background-color css

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

 a { background-color: rgb(226,243,47); }

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

border-color css

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

 span { border-color: rgb(226,243,47); }

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