Html Css Color HEX #2EDD9F Shamrock

📋 copy color: '#2EDD9F'

red 46 ◦ green 221 ◦ blue 159

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

Shades of Shamrock #2EDD9F

Tints of Shamrock #2EDD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 10.8%
G = 51.88%
B = 37.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#2EDD9F (or 0x2EDD9F) is known color: Shamrock. HEX triplet: 2E, DD and 9F. RGB value is (46,221,159). Sum of RGB (Red+Green+Blue) = 46+221+159=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD9F is #D12260. Grayscale: #A1A1A1. Windows color (decimal): -13705825 or 10476846. OLE color: 10476846.

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

Color convert

RGB 46 221 159 -
CMYK 0.79 0 0.28 0.13
HSL 158.74º 0.72% 0.52% -
HSV(B) 158.74º 0.79% 0.87% -
XYZ 33.24 54.8 41.63 -
YUV 161.61 126.52 45.54 -
System Red Green Blue C M Y K H S L
Decimal 46 221 159 0.79 0 0.28 0.13 158.74 0.72 0.52
Hex 2E DD 9F 4F 0 1C D 9F 48 34
Octal 56 335 237 117 0 34 15 237 110 64
Binary 101110 11011101 10011111 1001111 0 11100 1101 10011111 1001000 110100

Color Harmonies of #2EDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD9F

Black with #2EDD9F

Text Example


Text Example

White with #2EDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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