Shades of Shamrock #2CC38A
Tints of Shamrock #2CC38A
RGB
CMYK
RGB Variations
Color information
#2CC38A (or 0x2CC38A) is known color: Shamrock. HEX triplet: 2C, C3 and 8A. RGB value is (44,195,138). Sum of RGB (Red+Green+Blue) = 44+195+138=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC38A is #D33C75. Grayscale: #8F8F8F. Windows color (decimal): -13843574 or 9093932. OLE color: 9093932.
HSL color Cylindrical-coordinate representation of color #2CC38A: hue angle of 157.35º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC38A is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 138 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.24 |
| HSL | 157.35º | 0.63% | 0.47% | - |
| HSV(B) | 157.35º | 0.77% | 0.76% | - |
| XYZ | 25.14 | 41.4 | 30.71 | - |
| YUV | 143.35 | 124.97 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 138 | 0.77 | 0 | 0.29 | 0.24 | 157.35 | 0.63 | 0.47 |
| Hex | 2C | C3 | 8A | 4D | 0 | 1D | 18 | 9D | 3F | 2F |
| Octal | 54 | 303 | 212 | 115 | 0 | 35 | 30 | 235 | 77 | 57 |
| Binary | 101100 | 11000011 | 10001010 | 1001101 | 0 | 11101 | 11000 | 10011101 | 111111 | 101111 |
Color Harmonies of #2CC38A
Complementary color
Monochromatic Colors of #2CC38A
Black with #2CC38A
Text Example
Text Example
White with #2CC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC38A; }
p { color: rgb(44,195,138); }
H1.HeaderClassName
{
color: #2CC38A;
}
.AnyTagClassName
{
color: #2CC38A;
}
</style>
background-color css
<style>
a { background-color: #2CC38A; }
a { background-color: rgb(44,195,138); }
div.DivClassName
{
background-color: #2CC38A;
}
.BgClassName
{
background-color: #2CC38A;
}
</style>
border-color css
<style>
span { border-color: #2CC38A; }
span { border-color: rgb(44,195,138); }
td.TdClassName
{
border-color: #2CC38A;
}
.TagClassName
{
border-color: #2CC38A;
}
</style>