Shades of Shamrock #2CDC7B
Tints of Shamrock #2CDC7B
RGB
CMYK
RGB Variations
Color information
#2CDC7B (or 0x2CDC7B) is known color: Shamrock. HEX triplet: 2C, DC and 7B. RGB value is (44,220,123). Sum of RGB (Red+Green+Blue) = 44+220+123=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC7B is #D32384. Grayscale: #9C9C9C. Windows color (decimal): -13837189 or 8117292. OLE color: 8117292.
HSL color Cylindrical-coordinate representation of color #2CDC7B: hue angle of 146.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC7B is Cyan = 0.8, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 123 | - |
| CMYK | 0.8 | 0 | 0.44 | 0.14 |
| HSL | 146.93º | 0.72% | 0.52% | - |
| HSV(B) | 146.93º | 0.8% | 0.86% | - |
| XYZ | 30.21 | 53.15 | 27.41 | - |
| YUV | 156.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 123 | 0.8 | 0 | 0.44 | 0.14 | 146.93 | 0.72 | 0.52 |
| Hex | 2C | DC | 7B | 50 | 0 | 2C | E | 93 | 48 | 34 |
| Octal | 54 | 334 | 173 | 120 | 0 | 54 | 16 | 223 | 110 | 64 |
| Binary | 101100 | 11011100 | 1111011 | 1010000 | 0 | 101100 | 1110 | 10010011 | 1001000 | 110100 |
Color Harmonies of #2CDC7B
Complementary color
Monochromatic Colors of #2CDC7B
Black with #2CDC7B
Text Example
Text Example
White with #2CDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC7B; }
p { color: rgb(44,220,123); }
H1.HeaderClassName
{
color: #2CDC7B;
}
.AnyTagClassName
{
color: #2CDC7B;
}
</style>
background-color css
<style>
a { background-color: #2CDC7B; }
a { background-color: rgb(44,220,123); }
div.DivClassName
{
background-color: #2CDC7B;
}
.BgClassName
{
background-color: #2CDC7B;
}
</style>
border-color css
<style>
span { border-color: #2CDC7B; }
span { border-color: rgb(44,220,123); }
td.TdClassName
{
border-color: #2CDC7B;
}
.TagClassName
{
border-color: #2CDC7B;
}
</style>