Shades of Shamrock #2CD77C
Tints of Shamrock #2CD77C
RGB
CMYK
RGB Variations
Color information
#2CD77C (or 0x2CD77C) is known color: Shamrock. HEX triplet: 2C, D7 and 7C. RGB value is (44,215,124). Sum of RGB (Red+Green+Blue) = 44+215+124=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD77C is #D32883. Grayscale: #999999. Windows color (decimal): -13838468 or 8181548. OLE color: 8181548.
HSL color Cylindrical-coordinate representation of color #2CD77C: hue angle of 148.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD77C is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 124 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.16 |
| HSL | 148.07º | 0.68% | 0.51% | - |
| HSV(B) | 148.07º | 0.8% | 0.84% | - |
| XYZ | 28.98 | 50.59 | 27.31 | - |
| YUV | 153.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 124 | 0.80 | 0 | 0.42 | 0.16 | 148.07 | 0.68 | 0.51 |
| Hex | 2C | D7 | 7C | 50 | 0 | 2A | 10 | 94 | 44 | 33 |
| Octal | 54 | 327 | 174 | 120 | 0 | 52 | 20 | 224 | 104 | 63 |
| Binary | 101100 | 11010111 | 1111100 | 1010000 | 0 | 101010 | 10000 | 10010100 | 1000100 | 110011 |
Color Harmonies of #2CD77C
Complementary color
Monochromatic Colors of #2CD77C
Black with #2CD77C
Text Example
Text Example
White with #2CD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD77C; }
p { color: rgb(44,215,124); }
H1.HeaderClassName
{
color: #2CD77C;
}
.AnyTagClassName
{
color: #2CD77C;
}
</style>
background-color css
<style>
a { background-color: #2CD77C; }
a { background-color: rgb(44,215,124); }
div.DivClassName
{
background-color: #2CD77C;
}
.BgClassName
{
background-color: #2CD77C;
}
</style>
border-color css
<style>
span { border-color: #2CD77C; }
span { border-color: rgb(44,215,124); }
td.TdClassName
{
border-color: #2CD77C;
}
.TagClassName
{
border-color: #2CD77C;
}
</style>