Html Css Color HEX #2EDD9E Shamrock

📋 copy color: '#2EDD9E'

red 46 ◦ green 221 ◦ blue 158

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

Shades of Shamrock #2EDD9E

Tints of Shamrock #2EDD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52%

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 10.82%
G = 52%
B = 37.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#2EDD9E (or 0x2EDD9E) is known color: Shamrock. HEX triplet: 2E, DD and 9E. RGB value is (46,221,158). Sum of RGB (Red+Green+Blue) = 46+221+158=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD9E is #D12261. Grayscale: #A1A1A1. Windows color (decimal): -13705826 or 10411310. OLE color: 10411310.

HSL color Cylindrical-coordinate representation of color #2EDD9E: hue angle of 158.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD9E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 158 -
CMYK 0.79 0 0.29 0.13
HSL 158.4º 0.72% 0.52% -
HSV(B) 158.4º 0.79% 0.87% -
XYZ 33.15 54.76 41.17 -
YUV 161.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 46 221 158 0.79 0 0.29 0.13 158.4 0.72 0.52
Hex 2E DD 9E 4F 0 1D D 9E 48 34
Octal 56 335 236 117 0 35 15 236 110 64
Binary 101110 11011101 10011110 1001111 0 11101 1101 10011110 1001000 110100

Color Harmonies of #2EDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD9E

Black with #2EDD9E

Text Example


Text Example

White with #2EDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,158); }

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

background-color css

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

 a { background-color: rgb(46,221,158); }

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

border-color css

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

 span { border-color: rgb(46,221,158); }

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