Html Css Color HEX #E0F21E Pear

📋 copy color: '#E0F21E'

red 224 ◦ green 242 ◦ blue 30

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

Shades of Pear #E0F21E

Tints of Pear #E0F21E

RGB

 RED value IS 224 (87.89% from 255) = 45.16%

 GREEN value IS 242 (94.92% from 255) = 48.79%

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

R = 45.16%
G = 48.79%
B = 6.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#E0F21E (or 0xE0F21E) is known color: Pear. HEX triplet: E0, F2 and 1E. RGB value is (224,242,30). Sum of RGB (Red+Green+Blue) = 224+242+30=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F21E is #1F0DE1. Grayscale: #D5D5D5. Windows color (decimal): -2035170 or 2028256. OLE color: 2028256.

HSL color Cylindrical-coordinate representation of color #E0F21E: hue angle of 65.09º degrees, saturation: 0.89, 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 #E0F21E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 242 30 -
CMYK 0.07 0 0.88 0.05
HSL 65.09º 0.89% 0.53% -
HSV(B) 65.09º 0.88% 0.95% -
XYZ 62.73 79.45 13.26 -
YUV 212.45 25.04 136.24 -
System Red Green Blue C M Y K H S L
Decimal 224 242 30 0.07 0 0.88 0.05 65.09 0.89 0.53
Hex E0 F2 1E 7 0 58 5 41 59 35
Octal 340 362 36 7 0 130 5 101 131 65
Binary 11100000 11110010 11110 111 0 1011000 101 1000001 1011001 110101

Color Harmonies of #E0F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F21E

Black with #E0F21E

Text Example


Text Example

White with #E0F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F21E; }

 p { color: rgb(224,242,30); }

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

background-color css

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

 a { background-color: rgb(224,242,30); }

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

border-color css

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

 span { border-color: rgb(224,242,30); }

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