Html Css Color HEX #2ED491 Shamrock

📋 copy color: '#2ED491'

red 46 ◦ green 212 ◦ blue 145

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

Shades of Shamrock #2ED491

Tints of Shamrock #2ED491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.61%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 11.41%
G = 52.61%
B = 35.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#2ED491 (or 0x2ED491) is known color: Shamrock. HEX triplet: 2E, D4 and 91. RGB value is (46,212,145). Sum of RGB (Red+Green+Blue) = 46+212+145=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED491 is #D12B6E. Grayscale: #9A9A9A. Windows color (decimal): -13708143 or 9557038. OLE color: 9557038.

HSL color Cylindrical-coordinate representation of color #2ED491: hue angle of 155.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED491 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 145 -
CMYK 0.78 0 0.32 0.17
HSL 155.78º 0.66% 0.51% -
HSV(B) 155.78º 0.78% 0.83% -
XYZ 29.78 49.71 34.81 -
YUV 154.73 122.5 50.45 -
System Red Green Blue C M Y K H S L
Decimal 46 212 145 0.78 0 0.32 0.17 155.78 0.66 0.51
Hex 2E D4 91 4E 0 20 11 9C 42 33
Octal 56 324 221 116 0 40 21 234 102 63
Binary 101110 11010100 10010001 1001110 0 100000 10001 10011100 1000010 110011

Color Harmonies of #2ED491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED491

Black with #2ED491

Text Example


Text Example

White with #2ED491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,212,145); }

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

background-color css

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

 a { background-color: rgb(46,212,145); }

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

border-color css

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

 span { border-color: rgb(46,212,145); }

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