Html Css Color HEX #2EE18C Shamrock

📋 copy color: '#2EE18C'

red 46 ◦ green 225 ◦ blue 140

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

Shades of Shamrock #2EE18C

Tints of Shamrock #2EE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.74%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 11.19%
G = 54.74%
B = 34.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#2EE18C (or 0x2EE18C) is known color: Shamrock. HEX triplet: 2E, E1 and 8C. RGB value is (46,225,140). Sum of RGB (Red+Green+Blue) = 46+225+140=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE18C is #D11E73. Grayscale: #A1A1A1. Windows color (decimal): -13704820 or 9232686. OLE color: 9232686.

HSL color Cylindrical-coordinate representation of color #2EE18C: hue angle of 151.51º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE18C is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 140 -
CMYK 0.80 0 0.38 0.12
HSL 151.51º 0.75% 0.53% -
HSV(B) 151.51º 0.8% 0.88% -
XYZ 32.79 56.32 33.95 -
YUV 161.79 115.7 45.41 -
System Red Green Blue C M Y K H S L
Decimal 46 225 140 0.80 0 0.38 0.12 151.51 0.75 0.53
Hex 2E E1 8C 50 0 26 C 98 4B 35
Octal 56 341 214 120 0 46 14 230 113 65
Binary 101110 11100001 10001100 1010000 0 100110 1100 10011000 1001011 110101

Color Harmonies of #2EE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE18C

Black with #2EE18C

Text Example


Text Example

White with #2EE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,140); }

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

background-color css

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

 a { background-color: rgb(46,225,140); }

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

border-color css

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

 span { border-color: rgb(46,225,140); }

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