Shades of Shamrock #2CCD8E
Tints of Shamrock #2CCD8E
RGB
CMYK
RGB Variations
Color information
#2CCD8E (or 0x2CCD8E) is known color: Shamrock. HEX triplet: 2C, CD and 8E. RGB value is (44,205,142). Sum of RGB (Red+Green+Blue) = 44+205+142=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCD8E is #D33271. Grayscale: #959595. Windows color (decimal): -13841010 or 9358636. OLE color: 9358636.
HSL color Cylindrical-coordinate representation of color #2CCD8E: hue angle of 156.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD8E is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 142 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.20 |
| HSL | 156.52º | 0.65% | 0.49% | - |
| HSV(B) | 156.52º | 0.79% | 0.8% | - |
| XYZ | 27.75 | 46.15 | 33.04 | - |
| YUV | 149.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 142 | 0.79 | 0 | 0.31 | 0.20 | 156.52 | 0.65 | 0.49 |
| Hex | 2C | CD | 8E | 4F | 0 | 1F | 14 | 9D | 41 | 31 |
| Octal | 54 | 315 | 216 | 117 | 0 | 37 | 24 | 235 | 101 | 61 |
| Binary | 101100 | 11001101 | 10001110 | 1001111 | 0 | 11111 | 10100 | 10011101 | 1000001 | 110001 |
Color Harmonies of #2CCD8E
Complementary color
Monochromatic Colors of #2CCD8E
Black with #2CCD8E
Text Example
Text Example
White with #2CCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD8E; }
p { color: rgb(44,205,142); }
H1.HeaderClassName
{
color: #2CCD8E;
}
.AnyTagClassName
{
color: #2CCD8E;
}
</style>
background-color css
<style>
a { background-color: #2CCD8E; }
a { background-color: rgb(44,205,142); }
div.DivClassName
{
background-color: #2CCD8E;
}
.BgClassName
{
background-color: #2CCD8E;
}
</style>
border-color css
<style>
span { border-color: #2CCD8E; }
span { border-color: rgb(44,205,142); }
td.TdClassName
{
border-color: #2CCD8E;
}
.TagClassName
{
border-color: #2CCD8E;
}
</style>