Html Css Color HEX #2EC39A Shamrock

📋 copy color: '#2EC39A'

red 46 ◦ green 195 ◦ blue 154

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

Shades of Shamrock #2EC39A

Tints of Shamrock #2EC39A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 11.65%
G = 49.37%
B = 38.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#2EC39A (or 0x2EC39A) is known color: Shamrock. HEX triplet: 2E, C3 and 9A. RGB value is (46,195,154). Sum of RGB (Red+Green+Blue) = 46+195+154=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC39A is #D13C65. Grayscale: #919191. Windows color (decimal): -13712486 or 10142510. OLE color: 10142510.

HSL color Cylindrical-coordinate representation of color #2EC39A: hue angle of 163.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC39A is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 154 -
CMYK 0.76 0 0.21 0.24
HSL 163.49º 0.62% 0.47% -
HSV(B) 163.49º 0.76% 0.76% -
XYZ 26.47 41.94 37.27 -
YUV 145.78 132.64 56.83 -
System Red Green Blue C M Y K H S L
Decimal 46 195 154 0.76 0 0.21 0.24 163.49 0.62 0.47
Hex 2E C3 9A 4C 0 15 18 A3 3E 2F
Octal 56 303 232 114 0 25 30 243 76 57
Binary 101110 11000011 10011010 1001100 0 10101 11000 10100011 111110 101111

Color Harmonies of #2EC39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC39A

Black with #2EC39A

Text Example


Text Example

White with #2EC39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,154); }

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

background-color css

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

 a { background-color: rgb(46,195,154); }

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

border-color css

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

 span { border-color: rgb(46,195,154); }

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