Html Css Color HEX #2ED885 Shamrock

📋 copy color: '#2ED885'

red 46 ◦ green 216 ◦ blue 133

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

Shades of Shamrock #2ED885

Tints of Shamrock #2ED885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.68%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 11.65%
G = 54.68%
B = 33.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#2ED885 (or 0x2ED885) is known color: Shamrock. HEX triplet: 2E, D8 and 85. RGB value is (46,216,133). Sum of RGB (Red+Green+Blue) = 46+216+133=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED885 is #D1277A. Grayscale: #9B9B9B. Windows color (decimal): -13707131 or 8771630. OLE color: 8771630.

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

Color convert

RGB 46 216 133 -
CMYK 0.79 0 0.38 0.15
HSL 150.71º 0.69% 0.51% -
HSV(B) 150.71º 0.79% 0.85% -
XYZ 29.92 51.39 30.53 -
YUV 155.71 115.18 49.75 -
System Red Green Blue C M Y K H S L
Decimal 46 216 133 0.79 0 0.38 0.15 150.71 0.69 0.51
Hex 2E D8 85 4F 0 26 F 97 45 33
Octal 56 330 205 117 0 46 17 227 105 63
Binary 101110 11011000 10000101 1001111 0 100110 1111 10010111 1000101 110011

Color Harmonies of #2ED885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED885

Black with #2ED885

Text Example


Text Example

White with #2ED885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,133); }

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

background-color css

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

 a { background-color: rgb(46,216,133); }

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

border-color css

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

 span { border-color: rgb(46,216,133); }

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