#2EE18A

Color #2EE18A Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EE18A

Tints of Shamrock #2EE18A

Color information

#2EE18A (or 0x2EE18A) is unknown color: approx 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

RGB46225138-
CMYK0.8000.390.12
HSL150.84º74.9%53.14%-
HSV(B)150.84º79.56%88.24%-
XYZ32.6456.2733.18-
YUV161.56114.745.57-

RGB Variations

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

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.30% from 255) = 33.74%
R=11.25%
G=55.01%
B=33.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462251380.8000.390.12150.8474.953.14
Hex2EE18A50027C974b35
Octal563412121200471422711365
Binary1011101110000110001010101000001001111100100101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>