#2CE38B

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

Shades of Shamrock #2CE38B

Tints of Shamrock #2CE38B

Color information

#2CE38B (or 0x2CE38B) is unknown color: approx Shamrock. HEX triplet: 2C, E3 and 8B. RGB value is (44,227,139). Sum of RGB (Red+Green+Blue) = 44+227+139=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 227 (89.06% from 255 or 55.37% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE38B is #D31C74. Grayscale: #A2A2A2. Windows color (decimal): -13835381 or 9167660. OLE color: 9167660.

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

Color convert

RGB44227139-
CMYK0.8100.390.11
HSL151.15º76.57%53.14%-
HSV(B)151.15º80.62%89.02%-
XYZ33.1757.3433.75-
YUV162.25114.8743.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.73%
GREEN value IS 227 (89.06% from 255) = 55.37%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=10.73%
G=55.37%
B=33.90%

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
Decimal442271390.8100.390.11151.1576.5753.14
Hex2CE38B51027B974d35
Octal543432131210471322711565
Binary1011001110001110001011101000101001111011100101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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