#2CE291

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

Shades of Shamrock #2CE291

Tints of Shamrock #2CE291

Color information

#2CE291 (or 0x2CE291) is unknown color: approx Shamrock. HEX triplet: 2C, E2 and 91. RGB value is (44,226,145). Sum of RGB (Red+Green+Blue) = 44+226+145=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE291 is #D31D6E. Grayscale: #A2A2A2. Windows color (decimal): -13835631 or 9560620. OLE color: 9560620.

HSL color Cylindrical-coordinate representation of color #2CE291: hue angle of 153.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE291 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB44226145-
CMYK0.8100.360.11
HSL153.3º75.83%52.94%-
HSV(B)153.3º80.53%88.63%-
XYZ33.3556.9736.03-
YUV162.35118.243.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.60%
GREEN value IS 226 (88.67% from 255) = 54.46%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=10.60%
G=54.46%
B=34.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442261450.8100.360.11153.375.8352.94
Hex2CE29151024B994c35
Octal543422211210441323111465
Binary1011001110001010010001101000101001001011100110011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,226,145); }

 H1.HeaderClassName
 {
   color: #2CE291;
 }
 .AnyTagClassName
 {
   color: #2CE291;
 }
</style>
background-color css

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

 a { background-color: rgb(44,226,145); }

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

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

 span { border-color: rgb(44,226,145); }

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