Html Css Color HEX #2ED988 Shamrock

📋 copy color: '#2ED988'

red 46 ◦ green 217 ◦ blue 136

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

Shades of Shamrock #2ED988

Tints of Shamrock #2ED988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.39%

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 11.53%
G = 54.39%
B = 34.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#2ED988 (or 0x2ED988) is known color: Shamrock. HEX triplet: 2E, D9 and 88. RGB value is (46,217,136). Sum of RGB (Red+Green+Blue) = 46+217+136=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED988 is #D12677. Grayscale: #9C9C9C. Windows color (decimal): -13706872 or 8968494. OLE color: 8968494.

HSL color Cylindrical-coordinate representation of color #2ED988: hue angle of 151.58º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED988 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 136 -
CMYK 0.79 0 0.37 0.15
HSL 151.58º 0.69% 0.52% -
HSV(B) 151.58º 0.79% 0.85% -
XYZ 30.38 51.98 31.73 -
YUV 156.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 46 217 136 0.79 0 0.37 0.15 151.58 0.69 0.52
Hex 2E D9 88 4F 0 25 F 98 45 34
Octal 56 331 210 117 0 45 17 230 105 64
Binary 101110 11011001 10001000 1001111 0 100101 1111 10011000 1000101 110100

Color Harmonies of #2ED988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED988

Black with #2ED988

Text Example


Text Example

White with #2ED988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,136); }

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

background-color css

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

 a { background-color: rgb(46,217,136); }

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

border-color css

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

 span { border-color: rgb(46,217,136); }

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