Html Css Color HEX #2EEBA4 Shamrock

📋 copy color: '#2EEBA4'

red 46 ◦ green 235 ◦ blue 164

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

Shades of Shamrock #2EEBA4

Tints of Shamrock #2EEBA4

RGB

 RED value IS 46 (18.36% from 255) = 10.34%

 GREEN value IS 235 (92.19% from 255) = 52.81%

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 10.34%
G = 52.81%
B = 36.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#2EEBA4 (or 0x2EEBA4) is known color: Shamrock. HEX triplet: 2E, EB and A4. RGB value is (46,235,164). Sum of RGB (Red+Green+Blue) = 46+235+164=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBA4 is #D1145B. Grayscale: #AAAAAA. Windows color (decimal): -13702236 or 10808110. OLE color: 10808110.

HSL color Cylindrical-coordinate representation of color #2EEBA4: hue angle of 157.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBA4 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 164 -
CMYK 0.80 0 0.30 0.08
HSL 157.46º 0.83% 0.55% -
HSV(B) 157.46º 0.8% 0.92% -
XYZ 37.54 62.68 45.24 -
YUV 170.4 124.38 39.27 -
System Red Green Blue C M Y K H S L
Decimal 46 235 164 0.80 0 0.30 0.08 157.46 0.83 0.55
Hex 2E EB A4 50 0 1E 8 9D 53 37
Octal 56 353 244 120 0 36 10 235 123 67
Binary 101110 11101011 10100100 1010000 0 11110 1000 10011101 1010011 110111

Color Harmonies of #2EEBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBA4

Black with #2EEBA4

Text Example


Text Example

White with #2EEBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EEBA4; }

 p { color: rgb(46,235,164); }

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

background-color css

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

 a { background-color: rgb(46,235,164); }

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

border-color css

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

 span { border-color: rgb(46,235,164); }

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