Html Css Color HEX #2EEDA6 Shamrock

📋 copy color: '#2EEDA6'

red 46 ◦ green 237 ◦ blue 166

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

Shades of Shamrock #2EEDA6

Tints of Shamrock #2EEDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.78%

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 10.24%
G = 52.78%
B = 36.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#2EEDA6 (or 0x2EEDA6) is known color: Shamrock. HEX triplet: 2E, ED and A6. RGB value is (46,237,166). Sum of RGB (Red+Green+Blue) = 46+237+166=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEDA6 is #D11259. Grayscale: #ABABAB. Windows color (decimal): -13701722 or 10939694. OLE color: 10939694.

HSL color Cylindrical-coordinate representation of color #2EEDA6: hue angle of 157.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDA6 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 166 -
CMYK 0.81 0 0.30 0.07
HSL 157.7º 0.84% 0.55% -
HSV(B) 157.7º 0.81% 0.93% -
XYZ 38.29 63.9 46.39 -
YUV 171.8 124.72 38.27 -
System Red Green Blue C M Y K H S L
Decimal 46 237 166 0.81 0 0.30 0.07 157.7 0.84 0.55
Hex 2E ED A6 51 0 1E 7 9E 54 37
Octal 56 355 246 121 0 36 7 236 124 67
Binary 101110 11101101 10100110 1010001 0 11110 111 10011110 1010100 110111

Color Harmonies of #2EEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDA6

Black with #2EEDA6

Text Example


Text Example

White with #2EEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,166); }

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

background-color css

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

 a { background-color: rgb(46,237,166); }

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

border-color css

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

 span { border-color: rgb(46,237,166); }

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