Html Css Color HEX #E2FE30 Pear

📋 copy color: '#E2FE30'

red 226 ◦ green 254 ◦ blue 48

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

Shades of Pear #E2FE30

Tints of Pear #E2FE30

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.11%

 BLUE value IS 48 (19.14% from 255) = 9.09%

R = 42.8%
G = 48.11%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#E2FE30 (or 0xE2FE30) is known color: Pear. HEX triplet: E2, FE and 30. RGB value is (226,254,48). Sum of RGB (Red+Green+Blue) = 226+254+48=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE30 is #1D01CF. Grayscale: #DEDEDE. Windows color (decimal): -1901008 or 3210978. OLE color: 3210978.

HSL color Cylindrical-coordinate representation of color #E2FE30: hue angle of 68.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2FE30 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 254 48 -
CMYK 0.11 0 0.81 0.00
HSL 68.16º 0.99% 0.59% -
HSV(B) 68.16º 0.81% 1% -
XYZ 67.34 87.27 16.09 -
YUV 222.14 29.72 130.75 -
System Red Green Blue C M Y K H S L
Decimal 226 254 48 0.11 0 0.81 0.00 68.16 0.99 0.59
Hex E2 FE 30 B 0 51 0 44 63 3B
Octal 342 376 60 13 0 121 0 104 143 73
Binary 11100010 11111110 110000 1011 0 1010001 0 1000100 1100011 111011

Color Harmonies of #E2FE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE30

Black with #E2FE30

Text Example


Text Example

White with #E2FE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE30; }

 p { color: rgb(226,254,48); }

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

background-color css

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

 a { background-color: rgb(226,254,48); }

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

border-color css

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

 span { border-color: rgb(226,254,48); }

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