#2CCA80

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

Shades of Shamrock #2CCA80

Tints of Shamrock #2CCA80

Color information

#2CCA80 (or 0x2CCA80) is unknown color: approx Shamrock. HEX triplet: 2C, CA and 80. RGB value is (44,202,128). Sum of RGB (Red+Green+Blue) = 44+202+128=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCA80 is #D3357F. Grayscale: #929292. Windows color (decimal): -13841792 or 8440364. OLE color: 8440364.

HSL color Cylindrical-coordinate representation of color #2CCA80: hue angle of 151.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA80 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB44202128-
CMYK0.7800.370.21
HSL151.9º64.23%48.24%-
HSV(B)151.9º78.22%79.22%-
XYZ26.0644.3427.61-
YUV146.32117.6555.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.76%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=11.76%
G=54.01%
B=34.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442021280.7800.370.21151.964.2348.24
Hex2CCA804E02515984030
Octal543122001160452523010060
Binary10110011001010100000001001110010010110101100110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,202,128); }

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

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

 a { background-color: rgb(44,202,128); }

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

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

 span { border-color: rgb(44,202,128); }

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