Html Css Color HEX #2EDD9D Shamrock

📋 copy color: '#2EDD9D'

red 46 ◦ green 221 ◦ blue 157

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

Shades of Shamrock #2EDD9D

Tints of Shamrock #2EDD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 10.85%
G = 52.12%
B = 37.03%

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

#2EDD9D (or 0x2EDD9D) is known color: Shamrock. HEX triplet: 2E, DD and 9D. RGB value is (46,221,157). Sum of RGB (Red+Green+Blue) = 46+221+157=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD9D is #D12262. Grayscale: #A1A1A1. Windows color (decimal): -13705827 or 10345774. OLE color: 10345774.

HSL color Cylindrical-coordinate representation of color #2EDD9D: hue angle of 158.06º 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 #2EDD9D is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 157 -
CMYK 0.79 0 0.29 0.13
HSL 158.06º 0.72% 0.52% -
HSV(B) 158.06º 0.79% 0.87% -
XYZ 33.07 54.73 40.72 -
YUV 161.38 125.52 45.7 -
System Red Green Blue C M Y K H S L
Decimal 46 221 157 0.79 0 0.29 0.13 158.06 0.72 0.52
Hex 2E DD 9D 4F 0 1D D 9E 48 34
Octal 56 335 235 117 0 35 15 236 110 64
Binary 101110 11011101 10011101 1001111 0 11101 1101 10011110 1001000 110100

Color Harmonies of #2EDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD9D

Black with #2EDD9D

Text Example


Text Example

White with #2EDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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