Shades of Shamrock #2CEB9D
Tints of Shamrock #2CEB9D
RGB
CMYK
RGB Variations
Color information
#2CEB9D (or 0x2CEB9D) is known color: Shamrock. HEX triplet: 2C, EB and 9D. RGB value is (44,235,157). Sum of RGB (Red+Green+Blue) = 44+235+157=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEB9D is #D31462. Grayscale: #A9A9A9. Windows color (decimal): -13833315 or 10349356. OLE color: 10349356.
HSL color Cylindrical-coordinate representation of color #2CEB9D: hue angle of 155.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB9D is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 157 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.08 |
| HSL | 155.5º | 0.83% | 0.55% | - |
| HSV(B) | 155.5º | 0.81% | 0.92% | - |
| XYZ | 36.83 | 62.39 | 42 | - |
| YUV | 169 | 121.22 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 157 | 0.81 | 0 | 0.33 | 0.08 | 155.5 | 0.83 | 0.55 |
| Hex | 2C | EB | 9D | 51 | 0 | 21 | 8 | 9B | 53 | 37 |
| Octal | 54 | 353 | 235 | 121 | 0 | 41 | 10 | 233 | 123 | 67 |
| Binary | 101100 | 11101011 | 10011101 | 1010001 | 0 | 100001 | 1000 | 10011011 | 1010011 | 110111 |
Color Harmonies of #2CEB9D
Complementary color
Monochromatic Colors of #2CEB9D
Black with #2CEB9D
Text Example
Text Example
White with #2CEB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB9D; }
p { color: rgb(44,235,157); }
H1.HeaderClassName
{
color: #2CEB9D;
}
.AnyTagClassName
{
color: #2CEB9D;
}
</style>
background-color css
<style>
a { background-color: #2CEB9D; }
a { background-color: rgb(44,235,157); }
div.DivClassName
{
background-color: #2CEB9D;
}
.BgClassName
{
background-color: #2CEB9D;
}
</style>
border-color css
<style>
span { border-color: #2CEB9D; }
span { border-color: rgb(44,235,157); }
td.TdClassName
{
border-color: #2CEB9D;
}
.TagClassName
{
border-color: #2CEB9D;
}
</style>