Shades of Shamrock #2CD38C
Tints of Shamrock #2CD38C
RGB
CMYK
RGB Variations
Color information
#2CD38C (or 0x2CD38C) is known color: Shamrock. HEX triplet: 2C, D3 and 8C. RGB value is (44,211,140). Sum of RGB (Red+Green+Blue) = 44+211+140=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD38C is #D32C73. Grayscale: #999999. Windows color (decimal): -13839476 or 9229100. OLE color: 9229100.
HSL color Cylindrical-coordinate representation of color #2CD38C: hue angle of 154.49º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD38C is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 140 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.17 |
| HSL | 154.49º | 0.65% | 0.5% | - |
| HSV(B) | 154.49º | 0.79% | 0.83% | - |
| XYZ | 29.07 | 49.02 | 32.74 | - |
| YUV | 152.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 140 | 0.79 | 0 | 0.34 | 0.17 | 154.49 | 0.65 | 0.5 |
| Hex | 2C | D3 | 8C | 4F | 0 | 22 | 11 | 9A | 41 | 32 |
| Octal | 54 | 323 | 214 | 117 | 0 | 42 | 21 | 232 | 101 | 62 |
| Binary | 101100 | 11010011 | 10001100 | 1001111 | 0 | 100010 | 10001 | 10011010 | 1000001 | 110010 |
Color Harmonies of #2CD38C
Complementary color
Monochromatic Colors of #2CD38C
Black with #2CD38C
Text Example
Text Example
White with #2CD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD38C; }
p { color: rgb(44,211,140); }
H1.HeaderClassName
{
color: #2CD38C;
}
.AnyTagClassName
{
color: #2CD38C;
}
</style>
background-color css
<style>
a { background-color: #2CD38C; }
a { background-color: rgb(44,211,140); }
div.DivClassName
{
background-color: #2CD38C;
}
.BgClassName
{
background-color: #2CD38C;
}
</style>
border-color css
<style>
span { border-color: #2CD38C; }
span { border-color: rgb(44,211,140); }
td.TdClassName
{
border-color: #2CD38C;
}
.TagClassName
{
border-color: #2CD38C;
}
</style>