Html Css Color HEX #2EE18F Shamrock

📋 copy color: '#2EE18F'

red 46 ◦ green 225 ◦ blue 143

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

Shades of Shamrock #2EE18F

Tints of Shamrock #2EE18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 11.11%
G = 54.35%
B = 34.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#2EE18F (or 0x2EE18F) is known color: Shamrock. HEX triplet: 2E, E1 and 8F. RGB value is (46,225,143). Sum of RGB (Red+Green+Blue) = 46+225+143=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 225 (88.28% from 255 or 54.35% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE18F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE18F is #D11E70. Grayscale: #A2A2A2. Windows color (decimal): -13704817 or 9429294. OLE color: 9429294.

HSL color Cylindrical-coordinate representation of color #2EE18F: hue angle of 152.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 #2EE18F is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 143 -
CMYK 0.80 0 0.36 0.12
HSL 152.51º 0.75% 0.53% -
HSV(B) 152.51º 0.8% 0.88% -
XYZ 33.01 56.41 35.14 -
YUV 162.13 117.2 45.17 -
System Red Green Blue C M Y K H S L
Decimal 46 225 143 0.80 0 0.36 0.12 152.51 0.75 0.53
Hex 2E E1 8F 50 0 24 C 99 4B 35
Octal 56 341 217 120 0 44 14 231 113 65
Binary 101110 11100001 10001111 1010000 0 100100 1100 10011001 1001011 110101

Color Harmonies of #2EE18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE18F

Black with #2EE18F

Text Example


Text Example

White with #2EE18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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