#2CC08E

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

Shades of Shamrock #2CC08E

Tints of Shamrock #2CC08E

Color information

#2CC08E (or 0x2CC08E) is unknown color: approx Shamrock. HEX triplet: 2C, C0 and 8E. RGB value is (44,192,142). Sum of RGB (Red+Green+Blue) = 44+192+142=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC08E is #D33F71. Grayscale: #8E8E8E. Windows color (decimal): -13844338 or 9355308. OLE color: 9355308.

HSL color Cylindrical-coordinate representation of color #2CC08E: hue angle of 159.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC08E is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB44192142-
CMYK0.7700.260.25
HSL159.73º62.71%46.27%-
HSV(B)159.73º77.08%75.29%-
XYZ24.7740.1932.04-
YUV142.05127.9758.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=11.64%
G=50.79%
B=37.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441921420.7700.260.25159.7362.7146.27
Hex2CC08E4D01A19a03f2e
Octal54300216115032312407756
Binary101100110000001000111010011010110101100110100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,142); }

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

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

 a { background-color: rgb(44,192,142); }

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

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

 span { border-color: rgb(44,192,142); }

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