Shades of Shamrock #2CDE93
Tints of Shamrock #2CDE93
RGB
CMYK
RGB Variations
Color information
#2CDE93 (or 0x2CDE93) is known color: Shamrock. HEX triplet: 2C, DE and 93. RGB value is (44,222,147). Sum of RGB (Red+Green+Blue) = 44+222+147=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDE93 is #D3216C. Grayscale: #A0A0A0. Windows color (decimal): -13836653 or 9690668. OLE color: 9690668.
HSL color Cylindrical-coordinate representation of color #2CDE93: hue angle of 154.72º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE93 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 147 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.13 |
| HSL | 154.72º | 0.73% | 0.52% | - |
| HSV(B) | 154.72º | 0.8% | 0.87% | - |
| XYZ | 32.43 | 54.88 | 36.49 | - |
| YUV | 160.23 | 120.53 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 147 | 0.80 | 0 | 0.34 | 0.13 | 154.72 | 0.73 | 0.52 |
| Hex | 2C | DE | 93 | 50 | 0 | 22 | D | 9B | 49 | 34 |
| Octal | 54 | 336 | 223 | 120 | 0 | 42 | 15 | 233 | 111 | 64 |
| Binary | 101100 | 11011110 | 10010011 | 1010000 | 0 | 100010 | 1101 | 10011011 | 1001001 | 110100 |
Color Harmonies of #2CDE93
Complementary color
Monochromatic Colors of #2CDE93
Black with #2CDE93
Text Example
Text Example
White with #2CDE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE93; }
p { color: rgb(44,222,147); }
H1.HeaderClassName
{
color: #2CDE93;
}
.AnyTagClassName
{
color: #2CDE93;
}
</style>
background-color css
<style>
a { background-color: #2CDE93; }
a { background-color: rgb(44,222,147); }
div.DivClassName
{
background-color: #2CDE93;
}
.BgClassName
{
background-color: #2CDE93;
}
</style>
border-color css
<style>
span { border-color: #2CDE93; }
span { border-color: rgb(44,222,147); }
td.TdClassName
{
border-color: #2CDE93;
}
.TagClassName
{
border-color: #2CDE93;
}
</style>