Html Css Color HEX #2EEB9F Shamrock

📋 copy color: '#2EEB9F'

red 46 ◦ green 235 ◦ blue 159

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

Shades of Shamrock #2EEB9F

Tints of Shamrock #2EEB9F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.41%

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

R = 10.45%
G = 53.41%
B = 36.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#2EEB9F (or 0x2EEB9F) is known color: Shamrock. HEX triplet: 2E, EB and 9F. RGB value is (46,235,159). Sum of RGB (Red+Green+Blue) = 46+235+159=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB9F is #D11460. Grayscale: #A9A9A9. Windows color (decimal): -13702241 or 10480430. OLE color: 10480430.

HSL color Cylindrical-coordinate representation of color #2EEB9F: hue angle of 155.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB9F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 159 -
CMYK 0.80 0 0.32 0.08
HSL 155.87º 0.83% 0.55% -
HSV(B) 155.87º 0.8% 0.92% -
XYZ 37.09 62.5 42.91 -
YUV 169.83 121.88 39.68 -
System Red Green Blue C M Y K H S L
Decimal 46 235 159 0.80 0 0.32 0.08 155.87 0.83 0.55
Hex 2E EB 9F 50 0 20 8 9C 53 37
Octal 56 353 237 120 0 40 10 234 123 67
Binary 101110 11101011 10011111 1010000 0 100000 1000 10011100 1010011 110111

Color Harmonies of #2EEB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB9F

Black with #2EEB9F

Text Example


Text Example

White with #2EEB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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