Html Css Color HEX #2ED58D Shamrock

📋 copy color: '#2ED58D'

red 46 ◦ green 213 ◦ blue 141

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

Shades of Shamrock #2ED58D

Tints of Shamrock #2ED58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.25%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 11.5%
G = 53.25%
B = 35.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#2ED58D (or 0x2ED58D) is known color: Shamrock. HEX triplet: 2E, D5 and 8D. RGB value is (46,213,141). Sum of RGB (Red+Green+Blue) = 46+213+141=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED58D is #D12A72. Grayscale: #9A9A9A. Windows color (decimal): -13707891 or 9295150. OLE color: 9295150.

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

Color convert

RGB 46 213 141 -
CMYK 0.78 0 0.34 0.16
HSL 154.13º 0.67% 0.51% -
HSV(B) 154.13º 0.78% 0.84% -
XYZ 29.73 50.09 33.3 -
YUV 154.86 120.17 50.35 -
System Red Green Blue C M Y K H S L
Decimal 46 213 141 0.78 0 0.34 0.16 154.13 0.67 0.51
Hex 2E D5 8D 4E 0 22 10 9A 43 33
Octal 56 325 215 116 0 42 20 232 103 63
Binary 101110 11010101 10001101 1001110 0 100010 10000 10011010 1000011 110011

Color Harmonies of #2ED58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED58D

Black with #2ED58D

Text Example


Text Example

White with #2ED58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,213,141); }

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

background-color css

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

 a { background-color: rgb(46,213,141); }

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

border-color css

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

 span { border-color: rgb(46,213,141); }

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