Shades of Shamrock #2CE19B
Tints of Shamrock #2CE19B
RGB
CMYK
RGB Variations
Color information
#2CE19B (or 0x2CE19B) is known color: Shamrock. HEX triplet: 2C, E1 and 9B. RGB value is (44,225,155). Sum of RGB (Red+Green+Blue) = 44+225+155=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE19B is #D31E64. Grayscale: #A3A3A3. Windows color (decimal): -13835877 or 10215724. OLE color: 10215724.
HSL color Cylindrical-coordinate representation of color #2CE19B: hue angle of 156.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE19B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 155 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.12 |
| HSL | 156.8º | 0.75% | 0.53% | - |
| HSV(B) | 156.8º | 0.8% | 0.88% | - |
| XYZ | 33.88 | 56.75 | 40.18 | - |
| YUV | 162.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 155 | 0.80 | 0 | 0.31 | 0.12 | 156.8 | 0.75 | 0.53 |
| Hex | 2C | E1 | 9B | 50 | 0 | 1F | C | 9D | 4B | 35 |
| Octal | 54 | 341 | 233 | 120 | 0 | 37 | 14 | 235 | 113 | 65 |
| Binary | 101100 | 11100001 | 10011011 | 1010000 | 0 | 11111 | 1100 | 10011101 | 1001011 | 110101 |
Color Harmonies of #2CE19B
Complementary color
Monochromatic Colors of #2CE19B
Black with #2CE19B
Text Example
Text Example
White with #2CE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE19B; }
p { color: rgb(44,225,155); }
H1.HeaderClassName
{
color: #2CE19B;
}
.AnyTagClassName
{
color: #2CE19B;
}
</style>
background-color css
<style>
a { background-color: #2CE19B; }
a { background-color: rgb(44,225,155); }
div.DivClassName
{
background-color: #2CE19B;
}
.BgClassName
{
background-color: #2CE19B;
}
</style>
border-color css
<style>
span { border-color: #2CE19B; }
span { border-color: rgb(44,225,155); }
td.TdClassName
{
border-color: #2CE19B;
}
.TagClassName
{
border-color: #2CE19B;
}
</style>