#E0FF2A

Color #E0FF2A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E0FF2A

Tints of Pear #E0FF2A

Color information

#E0FF2A (or 0xE0FF2A) is unknown color: approx Pear. HEX triplet: E0, FF and 2A. RGB value is (224,255,42). Sum of RGB (Red+Green+Blue) = 224+255+42=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF2A is #1F00D5. Grayscale: #DEDEDE. Windows color (decimal): -2031830 or 2818016. OLE color: 2818016.

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

Color convert

RGB22425542-
CMYK0.1200.840
HSL68.73º100%58.24%-
HSV(B)68.73º83.53%100%-
XYZ66.9287.5315.56-
YUV221.4526.73129.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 42 (16.80% from 255) = 8.06%
R=42.99%
G=48.94%
B=8.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224255420.1200.84068.7310058.24
HexE0FF2AC054045643a
Octal34037752140124010514472
Binary1110000011111111101010110001010100010001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FF2A; }

 p { color: rgb(224,255,42); }

 H1.HeaderClassName
 {
   color: #E0FF2A;
 }
 .AnyTagClassName
 {
   color: #E0FF2A;
 }
</style>
background-color css

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

 a { background-color: rgb(224,255,42); }

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

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

 span { border-color: rgb(224,255,42); }

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