Html Css Color HEX #2EE98A Shamrock

📋 copy color: '#2EE98A'

red 46 ◦ green 233 ◦ blue 138

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

Shades of Shamrock #2EE98A

Tints of Shamrock #2EE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.88%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 11.03%
G = 55.88%
B = 33.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#2EE98A (or 0x2EE98A) is known color: Shamrock. HEX triplet: 2E, E9 and 8A. RGB value is (46,233,138). Sum of RGB (Red+Green+Blue) = 46+233+138=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE98A is #D11675. Grayscale: #A6A6A6. Windows color (decimal): -13702774 or 9103662. OLE color: 9103662.

HSL color Cylindrical-coordinate representation of color #2EE98A: hue angle of 149.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE98A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 138 -
CMYK 0.80 0 0.41 0.09
HSL 149.52º 0.81% 0.55% -
HSV(B) 149.52º 0.8% 0.91% -
XYZ 34.85 60.69 33.92 -
YUV 166.26 112.05 42.22 -
System Red Green Blue C M Y K H S L
Decimal 46 233 138 0.80 0 0.41 0.09 149.52 0.81 0.55
Hex 2E E9 8A 50 0 29 9 96 51 37
Octal 56 351 212 120 0 51 11 226 121 67
Binary 101110 11101001 10001010 1010000 0 101001 1001 10010110 1010001 110111

Color Harmonies of #2EE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE98A

Black with #2EE98A

Text Example


Text Example

White with #2EE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,138); }

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

background-color css

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

 a { background-color: rgb(46,233,138); }

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

border-color css

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

 span { border-color: rgb(46,233,138); }

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