Html Css Color HEX #2EE38E Shamrock

📋 copy color: '#2EE38E'

red 46 ◦ green 227 ◦ blue 142

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

Shades of Shamrock #2EE38E

Tints of Shamrock #2EE38E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.7%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 11.08%
G = 54.7%
B = 34.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#2EE38E (or 0x2EE38E) is known color: Shamrock. HEX triplet: 2E, E3 and 8E. RGB value is (46,227,142). Sum of RGB (Red+Green+Blue) = 46+227+142=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE38E is #D11C71. Grayscale: #A3A3A3. Windows color (decimal): -13704306 or 9364270. OLE color: 9364270.

HSL color Cylindrical-coordinate representation of color #2EE38E: hue angle of 151.82º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE38E is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 227 142 -
CMYK 0.80 0 0.37 0.11
HSL 151.82º 0.76% 0.54% -
HSV(B) 151.82º 0.8% 0.89% -
XYZ 33.48 57.47 34.92 -
YUV 163.19 116.03 44.41 -
System Red Green Blue C M Y K H S L
Decimal 46 227 142 0.80 0 0.37 0.11 151.82 0.76 0.54
Hex 2E E3 8E 50 0 25 B 98 4C 36
Octal 56 343 216 120 0 45 13 230 114 66
Binary 101110 11100011 10001110 1010000 0 100101 1011 10011000 1001100 110110

Color Harmonies of #2EE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE38E

Black with #2EE38E

Text Example


Text Example

White with #2EE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,227,142); }

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

background-color css

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

 a { background-color: rgb(46,227,142); }

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

border-color css

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

 span { border-color: rgb(46,227,142); }

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