Html Css Color HEX #2EE69D Shamrock

📋 copy color: '#2EE69D'

red 46 ◦ green 230 ◦ blue 157

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

Shades of Shamrock #2EE69D

Tints of Shamrock #2EE69D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.12%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 10.62%
G = 53.12%
B = 36.26%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#2EE69D (or 0x2EE69D) is known color: Shamrock. HEX triplet: 2E, E6 and 9D. RGB value is (46,230,157). Sum of RGB (Red+Green+Blue) = 46+230+157=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE69D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE69D is #D11962. Grayscale: #A6A6A6. Windows color (decimal): -13703523 or 10348078. OLE color: 10348078.

HSL color Cylindrical-coordinate representation of color #2EE69D: hue angle of 156.2º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE69D is Cyan = 0.8, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 157 -
CMYK 0.8 0 0.32 0.10
HSL 156.2º 0.79% 0.54% -
HSV(B) 156.2º 0.8% 0.9% -
XYZ 35.51 59.61 41.53 -
YUV 166.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 46 230 157 0.8 0 0.32 0.10 156.2 0.79 0.54
Hex 2E E6 9D 50 0 20 A 9C 4F 36
Octal 56 346 235 120 0 40 12 234 117 66
Binary 101110 11100110 10011101 1010000 0 100000 1010 10011100 1001111 110110

Color Harmonies of #2EE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE69D

Black with #2EE69D

Text Example


Text Example

White with #2EE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,230,157); }

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

background-color css

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

 a { background-color: rgb(46,230,157); }

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

border-color css

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

 span { border-color: rgb(46,230,157); }

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