Html Css Color HEX #2EBC90 Shamrock

📋 copy color: '#2EBC90'

red 46 ◦ green 188 ◦ blue 144

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

Shades of Shamrock #2EBC90

Tints of Shamrock #2EBC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.74%

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

R = 12.17%
G = 49.74%
B = 38.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#2EBC90 (or 0x2EBC90) is known color: Shamrock. HEX triplet: 2E, BC and 90. RGB value is (46,188,144). Sum of RGB (Red+Green+Blue) = 46+188+144=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC90 is #D1436F. Grayscale: #8C8C8C. Windows color (decimal): -13714288 or 9485358. OLE color: 9485358.

HSL color Cylindrical-coordinate representation of color #2EBC90: hue angle of 161.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC90 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 144 -
CMYK 0.76 0 0.23 0.26
HSL 161.41º 0.61% 0.46% -
HSV(B) 161.41º 0.76% 0.74% -
XYZ 24.14 38.56 32.56 -
YUV 140.53 129.96 60.58 -
System Red Green Blue C M Y K H S L
Decimal 46 188 144 0.76 0 0.23 0.26 161.41 0.61 0.46
Hex 2E BC 90 4C 0 17 1A A1 3D 2E
Octal 56 274 220 114 0 27 32 241 75 56
Binary 101110 10111100 10010000 1001100 0 10111 11010 10100001 111101 101110

Color Harmonies of #2EBC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC90

Black with #2EBC90

Text Example


Text Example

White with #2EBC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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