Shades of Shamrock #2CC38B
Tints of Shamrock #2CC38B
RGB
CMYK
RGB Variations
Color information
#2CC38B (or 0x2CC38B) is known color: Shamrock. HEX triplet: 2C, C3 and 8B. RGB value is (44,195,139). Sum of RGB (Red+Green+Blue) = 44+195+139=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC38B is #D33C74. Grayscale: #8F8F8F. Windows color (decimal): -13843573 or 9159468. OLE color: 9159468.
HSL color Cylindrical-coordinate representation of color #2CC38B: hue angle of 157.75º 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 #2CC38B is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 139 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.24 |
| HSL | 157.75º | 0.63% | 0.47% | - |
| HSV(B) | 157.75º | 0.77% | 0.76% | - |
| XYZ | 25.21 | 41.43 | 31.09 | - |
| YUV | 143.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 139 | 0.77 | 0 | 0.29 | 0.24 | 157.75 | 0.63 | 0.47 |
| Hex | 2C | C3 | 8B | 4D | 0 | 1D | 18 | 9E | 3F | 2F |
| Octal | 54 | 303 | 213 | 115 | 0 | 35 | 30 | 236 | 77 | 57 |
| Binary | 101100 | 11000011 | 10001011 | 1001101 | 0 | 11101 | 11000 | 10011110 | 111111 | 101111 |
Color Harmonies of #2CC38B
Complementary color
Monochromatic Colors of #2CC38B
Black with #2CC38B
Text Example
Text Example
White with #2CC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC38B; }
p { color: rgb(44,195,139); }
H1.HeaderClassName
{
color: #2CC38B;
}
.AnyTagClassName
{
color: #2CC38B;
}
</style>
background-color css
<style>
a { background-color: #2CC38B; }
a { background-color: rgb(44,195,139); }
div.DivClassName
{
background-color: #2CC38B;
}
.BgClassName
{
background-color: #2CC38B;
}
</style>
border-color css
<style>
span { border-color: #2CC38B; }
span { border-color: rgb(44,195,139); }
td.TdClassName
{
border-color: #2CC38B;
}
.TagClassName
{
border-color: #2CC38B;
}
</style>