Html Css Color HEX #2EE47D Shamrock

📋 copy color: '#2EE47D'

red 46 ◦ green 228 ◦ blue 125

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

Shades of Shamrock #2EE47D

Tints of Shamrock #2EE47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.14%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 11.53%
G = 57.14%
B = 31.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#2EE47D (or 0x2EE47D) is known color: Shamrock. HEX triplet: 2E, E4 and 7D. RGB value is (46,228,125). Sum of RGB (Red+Green+Blue) = 46+228+125=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE47D is #D11B82. Grayscale: #A2A2A2. Windows color (decimal): -13704067 or 8250414. OLE color: 8250414.

HSL color Cylindrical-coordinate representation of color #2EE47D: hue angle of 146.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE47D is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 125 -
CMYK 0.80 0 0.45 0.11
HSL 146.04º 0.77% 0.54% -
HSV(B) 146.04º 0.8% 0.89% -
XYZ 32.57 57.55 28.79 -
YUV 161.84 107.2 45.38 -
System Red Green Blue C M Y K H S L
Decimal 46 228 125 0.80 0 0.45 0.11 146.04 0.77 0.54
Hex 2E E4 7D 50 0 2D B 92 4D 36
Octal 56 344 175 120 0 55 13 222 115 66
Binary 101110 11100100 1111101 1010000 0 101101 1011 10010010 1001101 110110

Color Harmonies of #2EE47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE47D

Black with #2EE47D

Text Example


Text Example

White with #2EE47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,228,125); }

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

background-color css

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

 a { background-color: rgb(46,228,125); }

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

border-color css

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

 span { border-color: rgb(46,228,125); }

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