Html Css Color HEX #2EE08B Shamrock

📋 copy color: '#2EE08B'

red 46 ◦ green 224 ◦ blue 139

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

Shades of Shamrock #2EE08B

Tints of Shamrock #2EE08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 11.25%
G = 54.77%
B = 33.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#2EE08B (or 0x2EE08B) is known color: Shamrock. HEX triplet: 2E, E0 and 8B. RGB value is (46,224,139). Sum of RGB (Red+Green+Blue) = 46+224+139=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE08B is #D11F74. Grayscale: #A1A1A1. Windows color (decimal): -13705077 or 9166894. OLE color: 9166894.

HSL color Cylindrical-coordinate representation of color #2EE08B: hue angle of 151.35º 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 #2EE08B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 139 -
CMYK 0.79 0 0.38 0.12
HSL 151.35º 0.74% 0.53% -
HSV(B) 151.35º 0.79% 0.88% -
XYZ 32.44 55.76 33.48 -
YUV 161.09 115.53 45.91 -
System Red Green Blue C M Y K H S L
Decimal 46 224 139 0.79 0 0.38 0.12 151.35 0.74 0.53
Hex 2E E0 8B 4F 0 26 C 97 4A 35
Octal 56 340 213 117 0 46 14 227 112 65
Binary 101110 11100000 10001011 1001111 0 100110 1100 10010111 1001010 110101

Color Harmonies of #2EE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE08B

Black with #2EE08B

Text Example


Text Example

White with #2EE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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