Html Css Color HEX #2EE09A Shamrock

📋 copy color: '#2EE09A'

red 46 ◦ green 224 ◦ blue 154

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

Shades of Shamrock #2EE09A

Tints of Shamrock #2EE09A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.83%

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 10.85%
G = 52.83%
B = 36.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#2EE09A (or 0x2EE09A) is known color: Shamrock. HEX triplet: 2E, E0 and 9A. RGB value is (46,224,154). Sum of RGB (Red+Green+Blue) = 46+224+154=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE09A is #D11F65. Grayscale: #A2A2A2. Windows color (decimal): -13705062 or 10149934. OLE color: 10149934.

HSL color Cylindrical-coordinate representation of color #2EE09A: hue angle of 156.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE09A is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 154 -
CMYK 0.79 0 0.31 0.12
HSL 156.4º 0.74% 0.53% -
HSV(B) 156.4º 0.79% 0.88% -
XYZ 33.62 56.23 39.65 -
YUV 162.8 123.03 44.69 -
System Red Green Blue C M Y K H S L
Decimal 46 224 154 0.79 0 0.31 0.12 156.4 0.74 0.53
Hex 2E E0 9A 4F 0 1F C 9C 4A 35
Octal 56 340 232 117 0 37 14 234 112 65
Binary 101110 11100000 10011010 1001111 0 11111 1100 10011100 1001010 110101

Color Harmonies of #2EE09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE09A

Black with #2EE09A

Text Example


Text Example

White with #2EE09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,154); }

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

background-color css

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

 a { background-color: rgb(46,224,154); }

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

border-color css

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

 span { border-color: rgb(46,224,154); }

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