Shades of Shamrock #2CEB8D
Tints of Shamrock #2CEB8D
RGB
CMYK
RGB Variations
Color information
#2CEB8D (or 0x2CEB8D) is known color: Shamrock. HEX triplet: 2C, EB and 8D. RGB value is (44,235,141). Sum of RGB (Red+Green+Blue) = 44+235+141=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEB8D is #D31472. Grayscale: #A7A7A7. Windows color (decimal): -13833331 or 9300780. OLE color: 9300780.
HSL color Cylindrical-coordinate representation of color #2CEB8D: hue angle of 150.47º 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 #2CEB8D is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 141 | - |
| CMYK | 0.81 | 0 | 0.4 | 0.08 |
| HSL | 150.47º | 0.83% | 0.55% | - |
| HSV(B) | 150.47º | 0.81% | 0.92% | - |
| XYZ | 35.55 | 61.88 | 35.27 | - |
| YUV | 167.18 | 113.22 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 141 | 0.81 | 0 | 0.4 | 0.08 | 150.47 | 0.83 | 0.55 |
| Hex | 2C | EB | 8D | 51 | 0 | 28 | 8 | 96 | 53 | 37 |
| Octal | 54 | 353 | 215 | 121 | 0 | 50 | 10 | 226 | 123 | 67 |
| Binary | 101100 | 11101011 | 10001101 | 1010001 | 0 | 101000 | 1000 | 10010110 | 1010011 | 110111 |
Color Harmonies of #2CEB8D
Complementary color
Monochromatic Colors of #2CEB8D
Black with #2CEB8D
Text Example
Text Example
White with #2CEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB8D; }
p { color: rgb(44,235,141); }
H1.HeaderClassName
{
color: #2CEB8D;
}
.AnyTagClassName
{
color: #2CEB8D;
}
</style>
background-color css
<style>
a { background-color: #2CEB8D; }
a { background-color: rgb(44,235,141); }
div.DivClassName
{
background-color: #2CEB8D;
}
.BgClassName
{
background-color: #2CEB8D;
}
</style>
border-color css
<style>
span { border-color: #2CEB8D; }
span { border-color: rgb(44,235,141); }
td.TdClassName
{
border-color: #2CEB8D;
}
.TagClassName
{
border-color: #2CEB8D;
}
</style>