Html Css Color HEX #2EE69F Shamrock

📋 copy color: '#2EE69F'

red 46 ◦ green 230 ◦ blue 159

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

Shades of Shamrock #2EE69F

Tints of Shamrock #2EE69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 10.57%
G = 52.87%
B = 36.55%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#2EE69F (or 0x2EE69F) is known color: Shamrock. HEX triplet: 2E, E6 and 9F. RGB value is (46,230,159). Sum of RGB (Red+Green+Blue) = 46+230+159=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE69F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE69F is #D11960. Grayscale: #A6A6A6. Windows color (decimal): -13703521 or 10479150. OLE color: 10479150.

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

Color convert

RGB 46 230 159 -
CMYK 0.8 0 0.31 0.10
HSL 156.85º 0.79% 0.54% -
HSV(B) 156.85º 0.8% 0.9% -
XYZ 35.68 59.68 42.44 -
YUV 166.89 123.54 41.77 -
System Red Green Blue C M Y K H S L
Decimal 46 230 159 0.8 0 0.31 0.10 156.85 0.79 0.54
Hex 2E E6 9F 50 0 1F A 9D 4F 36
Octal 56 346 237 120 0 37 12 235 117 66
Binary 101110 11100110 10011111 1010000 0 11111 1010 10011101 1001111 110110

Color Harmonies of #2EE69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE69F

Black with #2EE69F

Text Example


Text Example

White with #2EE69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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