Shades of Shamrock #2CE48E
Tints of Shamrock #2CE48E
RGB
CMYK
RGB Variations
Color information
#2CE48E (or 0x2CE48E) is known color: Shamrock. HEX triplet: 2C, E4 and 8E. RGB value is (44,228,142). Sum of RGB (Red+Green+Blue) = 44+228+142=414 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.63% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE48E is #D31B71. Grayscale: #A3A3A3. Windows color (decimal): -13835122 or 9364524. OLE color: 9364524.
HSL color Cylindrical-coordinate representation of color #2CE48E: hue angle of 151.96º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE48E is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 142 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.11 |
| HSL | 151.96º | 0.77% | 0.53% | - |
| HSV(B) | 151.96º | 0.81% | 0.89% | - |
| XYZ | 33.66 | 57.98 | 35.01 | - |
| YUV | 163.18 | 116.04 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 142 | 0.81 | 0 | 0.38 | 0.11 | 151.96 | 0.77 | 0.53 |
| Hex | 2C | E4 | 8E | 51 | 0 | 26 | B | 98 | 4D | 35 |
| Octal | 54 | 344 | 216 | 121 | 0 | 46 | 13 | 230 | 115 | 65 |
| Binary | 101100 | 11100100 | 10001110 | 1010001 | 0 | 100110 | 1011 | 10011000 | 1001101 | 110101 |
Color Harmonies of #2CE48E
Complementary color
Monochromatic Colors of #2CE48E
Black with #2CE48E
Text Example
Text Example
White with #2CE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE48E; }
p { color: rgb(44,228,142); }
H1.HeaderClassName
{
color: #2CE48E;
}
.AnyTagClassName
{
color: #2CE48E;
}
</style>
background-color css
<style>
a { background-color: #2CE48E; }
a { background-color: rgb(44,228,142); }
div.DivClassName
{
background-color: #2CE48E;
}
.BgClassName
{
background-color: #2CE48E;
}
</style>
border-color css
<style>
span { border-color: #2CE48E; }
span { border-color: rgb(44,228,142); }
td.TdClassName
{
border-color: #2CE48E;
}
.TagClassName
{
border-color: #2CE48E;
}
</style>