Html Css Color HEX #2ED689 Shamrock

📋 copy color: '#2ED689'

red 46 ◦ green 214 ◦ blue 137

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

Shades of Shamrock #2ED689

Tints of Shamrock #2ED689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.9%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 11.59%
G = 53.9%
B = 34.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#2ED689 (or 0x2ED689) is known color: Shamrock. HEX triplet: 2E, D6 and 89. RGB value is (46,214,137). Sum of RGB (Red+Green+Blue) = 46+214+137=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED689 is #D12976. Grayscale: #9B9B9B. Windows color (decimal): -13707639 or 9033262. OLE color: 9033262.

HSL color Cylindrical-coordinate representation of color #2ED689: hue angle of 152.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED689 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 137 -
CMYK 0.79 0 0.36 0.16
HSL 152.5º 0.67% 0.51% -
HSV(B) 152.5º 0.79% 0.84% -
XYZ 29.69 50.48 31.85 -
YUV 154.99 117.84 50.26 -
System Red Green Blue C M Y K H S L
Decimal 46 214 137 0.79 0 0.36 0.16 152.5 0.67 0.51
Hex 2E D6 89 4F 0 24 10 98 43 33
Octal 56 326 211 117 0 44 20 230 103 63
Binary 101110 11010110 10001001 1001111 0 100100 10000 10011000 1000011 110011

Color Harmonies of #2ED689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED689

Black with #2ED689

Text Example


Text Example

White with #2ED689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,137); }

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

background-color css

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

 a { background-color: rgb(46,214,137); }

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

border-color css

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

 span { border-color: rgb(46,214,137); }

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