Html Css Color HEX #2ED599 Shamrock

📋 copy color: '#2ED599'

red 46 ◦ green 213 ◦ blue 153

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

Shades of Shamrock #2ED599

Tints of Shamrock #2ED599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 11.17%
G = 51.7%
B = 37.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#2ED599 (or 0x2ED599) is known color: Shamrock. HEX triplet: 2E, D5 and 99. RGB value is (46,213,153). Sum of RGB (Red+Green+Blue) = 46+213+153=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED599 is #D12A66. Grayscale: #9C9C9C. Windows color (decimal): -13707879 or 10081582. OLE color: 10081582.

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

Color convert

RGB 46 213 153 -
CMYK 0.78 0 0.28 0.16
HSL 158.44º 0.67% 0.51% -
HSV(B) 158.44º 0.78% 0.84% -
XYZ 30.67 50.47 38.26 -
YUV 156.23 126.17 49.38 -
System Red Green Blue C M Y K H S L
Decimal 46 213 153 0.78 0 0.28 0.16 158.44 0.67 0.51
Hex 2E D5 99 4E 0 1C 10 9E 43 33
Octal 56 325 231 116 0 34 20 236 103 63
Binary 101110 11010101 10011001 1001110 0 11100 10000 10011110 1000011 110011

Color Harmonies of #2ED599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED599

Black with #2ED599

Text Example


Text Example

White with #2ED599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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