Html Css Color HEX #2ED490 Shamrock

📋 copy color: '#2ED490'

red 46 ◦ green 212 ◦ blue 144

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

Shades of Shamrock #2ED490

Tints of Shamrock #2ED490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 11.44%
G = 52.74%
B = 35.82%

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

#2ED490 (or 0x2ED490) is known color: Shamrock. HEX triplet: 2E, D4 and 90. RGB value is (46,212,144). Sum of RGB (Red+Green+Blue) = 46+212+144=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED490 is #D12B6F. Grayscale: #9A9A9A. Windows color (decimal): -13708144 or 9491502. OLE color: 9491502.

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

Color convert

RGB 46 212 144 -
CMYK 0.78 0 0.32 0.17
HSL 155.42º 0.66% 0.51% -
HSV(B) 155.42º 0.78% 0.83% -
XYZ 29.7 49.68 34.41 -
YUV 154.61 122 50.53 -
System Red Green Blue C M Y K H S L
Decimal 46 212 144 0.78 0 0.32 0.17 155.42 0.66 0.51
Hex 2E D4 90 4E 0 20 11 9B 42 33
Octal 56 324 220 116 0 40 21 233 102 63
Binary 101110 11010100 10010000 1001110 0 100000 10001 10011011 1000010 110011

Color Harmonies of #2ED490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED490

Black with #2ED490

Text Example


Text Example

White with #2ED490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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