Shades of Shamrock #2CE995
Tints of Shamrock #2CE995
RGB
CMYK
RGB Variations
Color information
#2CE995 (or 0x2CE995) is known color: Shamrock. HEX triplet: 2C, E9 and 95. RGB value is (44,233,149). Sum of RGB (Red+Green+Blue) = 44+233+149=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 233 (91.41% from 255 or 54.69% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CE995 is #D3166A. Grayscale: #A7A7A7. Windows color (decimal): -13833835 or 9824556. OLE color: 9824556.
HSL color Cylindrical-coordinate representation of color #2CE995: hue angle of 153.33º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE995 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 149 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.09 |
| HSL | 153.33º | 0.81% | 0.54% | - |
| HSV(B) | 153.33º | 0.81% | 0.91% | - |
| XYZ | 35.6 | 60.98 | 38.33 | - |
| YUV | 166.91 | 117.88 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 149 | 0.81 | 0 | 0.36 | 0.09 | 153.33 | 0.81 | 0.54 |
| Hex | 2C | E9 | 95 | 51 | 0 | 24 | 9 | 99 | 51 | 36 |
| Octal | 54 | 351 | 225 | 121 | 0 | 44 | 11 | 231 | 121 | 66 |
| Binary | 101100 | 11101001 | 10010101 | 1010001 | 0 | 100100 | 1001 | 10011001 | 1010001 | 110110 |
Color Harmonies of #2CE995
Complementary color
Monochromatic Colors of #2CE995
Black with #2CE995
Text Example
Text Example
White with #2CE995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE995; }
p { color: rgb(44,233,149); }
H1.HeaderClassName
{
color: #2CE995;
}
.AnyTagClassName
{
color: #2CE995;
}
</style>
background-color css
<style>
a { background-color: #2CE995; }
a { background-color: rgb(44,233,149); }
div.DivClassName
{
background-color: #2CE995;
}
.BgClassName
{
background-color: #2CE995;
}
</style>
border-color css
<style>
span { border-color: #2CE995; }
span { border-color: rgb(44,233,149); }
td.TdClassName
{
border-color: #2CE995;
}
.TagClassName
{
border-color: #2CE995;
}
</style>