Shades of Shamrock #2CC58A
Tints of Shamrock #2CC58A
RGB
CMYK
RGB Variations
Color information
#2CC58A (or 0x2CC58A) is known color: Shamrock. HEX triplet: 2C, C5 and 8A. RGB value is (44,197,138). Sum of RGB (Red+Green+Blue) = 44+197+138=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC58A is #D33A75. Grayscale: #909090. Windows color (decimal): -13843062 or 9094444. OLE color: 9094444.
HSL color Cylindrical-coordinate representation of color #2CC58A: hue angle of 156.86º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC58A is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 138 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.23 |
| HSL | 156.86º | 0.63% | 0.47% | - |
| HSV(B) | 156.86º | 0.78% | 0.77% | - |
| XYZ | 25.59 | 42.3 | 30.86 | - |
| YUV | 144.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 138 | 0.78 | 0 | 0.30 | 0.23 | 156.86 | 0.63 | 0.47 |
| Hex | 2C | C5 | 8A | 4E | 0 | 1E | 17 | 9D | 3F | 2F |
| Octal | 54 | 305 | 212 | 116 | 0 | 36 | 27 | 235 | 77 | 57 |
| Binary | 101100 | 11000101 | 10001010 | 1001110 | 0 | 11110 | 10111 | 10011101 | 111111 | 101111 |
Color Harmonies of #2CC58A
Complementary color
Monochromatic Colors of #2CC58A
Black with #2CC58A
Text Example
Text Example
White with #2CC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC58A; }
p { color: rgb(44,197,138); }
H1.HeaderClassName
{
color: #2CC58A;
}
.AnyTagClassName
{
color: #2CC58A;
}
</style>
background-color css
<style>
a { background-color: #2CC58A; }
a { background-color: rgb(44,197,138); }
div.DivClassName
{
background-color: #2CC58A;
}
.BgClassName
{
background-color: #2CC58A;
}
</style>
border-color css
<style>
span { border-color: #2CC58A; }
span { border-color: rgb(44,197,138); }
td.TdClassName
{
border-color: #2CC58A;
}
.TagClassName
{
border-color: #2CC58A;
}
</style>