Html Css Color HEX #2ED495 Shamrock

📋 copy color: '#2ED495'

red 46 ◦ green 212 ◦ blue 149

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

Shades of Shamrock #2ED495

Tints of Shamrock #2ED495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 11.3%
G = 52.09%
B = 36.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#2ED495 (or 0x2ED495) is known color: Shamrock. HEX triplet: 2E, D4 and 95. RGB value is (46,212,149). Sum of RGB (Red+Green+Blue) = 46+212+149=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED495 is #D12B6A. Grayscale: #9B9B9B. Windows color (decimal): -13708139 or 9819182. OLE color: 9819182.

HSL color Cylindrical-coordinate representation of color #2ED495: hue angle of 157.23º 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 #2ED495 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 149 -
CMYK 0.78 0 0.30 0.17
HSL 157.23º 0.66% 0.51% -
HSV(B) 157.23º 0.78% 0.83% -
XYZ 30.1 49.84 36.47 -
YUV 155.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 46 212 149 0.78 0 0.30 0.17 157.23 0.66 0.51
Hex 2E D4 95 4E 0 1E 11 9D 42 33
Octal 56 324 225 116 0 36 21 235 102 63
Binary 101110 11010100 10010101 1001110 0 11110 10001 10011101 1000010 110011

Color Harmonies of #2ED495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED495

Black with #2ED495

Text Example


Text Example

White with #2ED495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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