#2CE18D

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

Shades of Shamrock #2CE18D

Tints of Shamrock #2CE18D

Color information

#2CE18D (or 0x2CE18D) is unknown color: approx Shamrock. HEX triplet: 2C, E1 and 8D. RGB value is (44,225,141). Sum of RGB (Red+Green+Blue) = 44+225+141=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE18D is #D31E72. Grayscale: #A1A1A1. Windows color (decimal): -13835891 or 9298220. OLE color: 9298220.

HSL color Cylindrical-coordinate representation of color #2CE18D: hue angle of 152.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE18D is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB44225141-
CMYK0.8000.370.12
HSL152.15º75.1%52.75%-
HSV(B)152.15º80.44%88.24%-
XYZ32.7756.3134.34-
YUV161.3116.5344.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.73%
GREEN value IS 225 (88.28% from 255) = 54.88%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=10.73%
G=54.88%
B=34.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal442251410.8000.370.12152.1575.152.75
Hex2CE18D50025C984b35
Octal543412151200451423011365
Binary1011001110000110001101101000001001011100100110001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,225,141); }

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

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

 a { background-color: rgb(44,225,141); }

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

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

 span { border-color: rgb(44,225,141); }

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