Html Css Color HEX #2EEC9F Shamrock

📋 copy color: '#2EEC9F'

red 46 ◦ green 236 ◦ blue 159

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

Shades of Shamrock #2EEC9F

Tints of Shamrock #2EEC9F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

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

R = 10.43%
G = 53.51%
B = 36.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#2EEC9F (or 0x2EEC9F) is known color: Shamrock. HEX triplet: 2E, EC and 9F. RGB value is (46,236,159). Sum of RGB (Red+Green+Blue) = 46+236+159=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEC9F is #D11360. Grayscale: #AAAAAA. Windows color (decimal): -13701985 or 10480686. OLE color: 10480686.

HSL color Cylindrical-coordinate representation of color #2EEC9F: hue angle of 155.68º degrees, saturation: 0.83, 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 #2EEC9F is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 159 -
CMYK 0.81 0 0.33 0.07
HSL 155.68º 0.83% 0.55% -
HSV(B) 155.68º 0.81% 0.93% -
XYZ 37.38 63.07 43.01 -
YUV 170.41 121.55 39.26 -
System Red Green Blue C M Y K H S L
Decimal 46 236 159 0.81 0 0.33 0.07 155.68 0.83 0.55
Hex 2E EC 9F 51 0 21 7 9C 53 37
Octal 56 354 237 121 0 41 7 234 123 67
Binary 101110 11101100 10011111 1010001 0 100001 111 10011100 1010011 110111

Color Harmonies of #2EEC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC9F

Black with #2EEC9F

Text Example


Text Example

White with #2EEC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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