Html Css Color HEX #2EE18A Shamrock

📋 copy color: '#2EE18A'

red 46 ◦ green 225 ◦ blue 138

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

Shades of Shamrock #2EE18A

Tints of Shamrock #2EE18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 11.25%
G = 55.01%
B = 33.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#2EE18A (or 0x2EE18A) is known color: Shamrock. HEX triplet: 2E, E1 and 8A. RGB value is (46,225,138). Sum of RGB (Red+Green+Blue) = 46+225+138=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE18A is #D11E75. Grayscale: #A1A1A1. Windows color (decimal): -13704822 or 9101614. OLE color: 9101614.

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

Color convert

RGB 46 225 138 -
CMYK 0.80 0 0.39 0.12
HSL 150.84º 0.75% 0.53% -
HSV(B) 150.84º 0.8% 0.88% -
XYZ 32.64 56.27 33.18 -
YUV 161.56 114.7 45.57 -
System Red Green Blue C M Y K H S L
Decimal 46 225 138 0.80 0 0.39 0.12 150.84 0.75 0.53
Hex 2E E1 8A 50 0 27 C 97 4B 35
Octal 56 341 212 120 0 47 14 227 113 65
Binary 101110 11100001 10001010 1010000 0 100111 1100 10010111 1001011 110101

Color Harmonies of #2EE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE18A

Black with #2EE18A

Text Example


Text Example

White with #2EE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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