Html Css Color HEX #2EC790 Shamrock

📋 copy color: '#2EC790'

red 46 ◦ green 199 ◦ blue 144

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

Shades of Shamrock #2EC790

Tints of Shamrock #2EC790

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 11.83%
G = 51.16%
B = 37.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#2EC790 (or 0x2EC790) is known color: Shamrock. HEX triplet: 2E, C7 and 90. RGB value is (46,199,144). Sum of RGB (Red+Green+Blue) = 46+199+144=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC790 is #D1386F. Grayscale: #939393. Windows color (decimal): -13711472 or 9488174. OLE color: 9488174.

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

Color convert

RGB 46 199 144 -
CMYK 0.77 0 0.28 0.22
HSL 158.43º 0.62% 0.48% -
HSV(B) 158.43º 0.77% 0.78% -
XYZ 26.58 43.44 33.37 -
YUV 146.98 126.31 55.97 -
System Red Green Blue C M Y K H S L
Decimal 46 199 144 0.77 0 0.28 0.22 158.43 0.62 0.48
Hex 2E C7 90 4D 0 1C 16 9E 3E 30
Octal 56 307 220 115 0 34 26 236 76 60
Binary 101110 11000111 10010000 1001101 0 11100 10110 10011110 111110 110000

Color Harmonies of #2EC790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC790

Black with #2EC790

Text Example


Text Example

White with #2EC790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,199,144); }

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

background-color css

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

 a { background-color: rgb(46,199,144); }

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

border-color css

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

 span { border-color: rgb(46,199,144); }

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