Html Css Color HEX #2EC58A Shamrock

📋 copy color: '#2EC58A'

red 46 ◦ green 197 ◦ blue 138

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

Shades of Shamrock #2EC58A

Tints of Shamrock #2EC58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 12.07%
G = 51.71%
B = 36.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#2EC58A (or 0x2EC58A) is known color: Shamrock. HEX triplet: 2E, C5 and 8A. RGB value is (46,197,138). Sum of RGB (Red+Green+Blue) = 46+197+138=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC58A is #D13A75. Grayscale: #919191. Windows color (decimal): -13711990 or 9094446. OLE color: 9094446.

HSL color Cylindrical-coordinate representation of color #2EC58A: hue angle of 156.56º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC58A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 138 -
CMYK 0.77 0 0.30 0.23
HSL 156.56º 0.62% 0.48% -
HSV(B) 156.56º 0.77% 0.77% -
XYZ 25.68 42.35 30.87 -
YUV 145.13 123.97 57.3 -
System Red Green Blue C M Y K H S L
Decimal 46 197 138 0.77 0 0.30 0.23 156.56 0.62 0.48
Hex 2E C5 8A 4D 0 1E 17 9D 3E 30
Octal 56 305 212 115 0 36 27 235 76 60
Binary 101110 11000101 10001010 1001101 0 11110 10111 10011101 111110 110000

Color Harmonies of #2EC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC58A

Black with #2EC58A

Text Example


Text Example

White with #2EC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,138); }

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

background-color css

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

 a { background-color: rgb(46,197,138); }

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

border-color css

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

 span { border-color: rgb(46,197,138); }

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