Html Css Color HEX #2EE686 Shamrock

📋 copy color: '#2EE686'

red 46 ◦ green 230 ◦ blue 134

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

Shades of Shamrock #2EE686

Tints of Shamrock #2EE686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 11.22%
G = 56.1%
B = 32.68%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#2EE686 (or 0x2EE686) is known color: Shamrock. HEX triplet: 2E, E6 and 86. RGB value is (46,230,134). Sum of RGB (Red+Green+Blue) = 46+230+134=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE686 is #D11979. Grayscale: #A4A4A4. Windows color (decimal): -13703546 or 8840750. OLE color: 8840750.

HSL color Cylindrical-coordinate representation of color #2EE686: hue angle of 148.7º 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 #2EE686 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 134 -
CMYK 0.8 0 0.42 0.10
HSL 148.7º 0.79% 0.54% -
HSV(B) 148.7º 0.8% 0.9% -
XYZ 33.73 58.9 32.14 -
YUV 164.04 111.04 43.81 -
System Red Green Blue C M Y K H S L
Decimal 46 230 134 0.8 0 0.42 0.10 148.7 0.79 0.54
Hex 2E E6 86 50 0 2A A 95 4F 36
Octal 56 346 206 120 0 52 12 225 117 66
Binary 101110 11100110 10000110 1010000 0 101010 1010 10010101 1001111 110110

Color Harmonies of #2EE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE686

Black with #2EE686

Text Example


Text Example

White with #2EE686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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