#2CE38A

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

Shades of Shamrock #2CE38A

Tints of Shamrock #2CE38A

Color information

#2CE38A (or 0x2CE38A) is unknown color: approx Shamrock. HEX triplet: 2C, E3 and 8A. RGB value is (44,227,138). Sum of RGB (Red+Green+Blue) = 44+227+138=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE38A is #D31C75. Grayscale: #A2A2A2. Windows color (decimal): -13835382 or 9102124. OLE color: 9102124.

HSL color Cylindrical-coordinate representation of color #2CE38A: hue angle of 150.82º degrees, saturation: 0.77, 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 #2CE38A is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB44227138-
CMYK0.8100.390.11
HSL150.82º76.57%53.14%-
HSV(B)150.82º80.62%89.02%-
XYZ33.157.3133.36-
YUV162.14114.3743.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.76%
GREEN value IS 227 (89.06% from 255) = 55.50%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=10.76%
G=55.50%
B=33.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442271380.8100.390.11150.8276.5753.14
Hex2CE38A51027B974d35
Octal543432121210471322711565
Binary1011001110001110001010101000101001111011100101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,227,138); }

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

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

 a { background-color: rgb(44,227,138); }

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

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

 span { border-color: rgb(44,227,138); }

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