Html Css Color HEX #2EE594 Shamrock

📋 copy color: '#2EE594'

red 46 ◦ green 229 ◦ blue 148

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

Shades of Shamrock #2EE594

Tints of Shamrock #2EE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.14%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 10.87%
G = 54.14%
B = 34.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#2EE594 (or 0x2EE594) is known color: Shamrock. HEX triplet: 2E, E5 and 94. RGB value is (46,229,148). Sum of RGB (Red+Green+Blue) = 46+229+148=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE594 is #D11A6B. Grayscale: #A5A5A5. Windows color (decimal): -13703788 or 9757998. OLE color: 9757998.

HSL color Cylindrical-coordinate representation of color #2EE594: hue angle of 153.44º degrees, saturation: 0.78, 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 #2EE594 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 148 -
CMYK 0.80 0 0.35 0.10
HSL 153.44º 0.78% 0.54% -
HSV(B) 153.44º 0.8% 0.9% -
XYZ 34.49 58.76 37.54 -
YUV 165.05 118.37 43.09 -
System Red Green Blue C M Y K H S L
Decimal 46 229 148 0.80 0 0.35 0.10 153.44 0.78 0.54
Hex 2E E5 94 50 0 23 A 99 4E 36
Octal 56 345 224 120 0 43 12 231 116 66
Binary 101110 11100101 10010100 1010000 0 100011 1010 10011001 1001110 110110

Color Harmonies of #2EE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE594

Black with #2EE594

Text Example


Text Example

White with #2EE594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,148); }

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

background-color css

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

 a { background-color: rgb(46,229,148); }

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

border-color css

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

 span { border-color: rgb(46,229,148); }

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