Shades of Shamrock #2CE48B
Tints of Shamrock #2CE48B
RGB
CMYK
RGB Variations
Color information
#2CE48B (or 0x2CE48B) is known color: Shamrock. HEX triplet: 2C, E4 and 8B. RGB value is (44,228,139). Sum of RGB (Red+Green+Blue) = 44+228+139=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE48B is #D31B74. Grayscale: #A3A3A3. Windows color (decimal): -13835125 or 9167916. OLE color: 9167916.
HSL color Cylindrical-coordinate representation of color #2CE48B: hue angle of 150.98º 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 #2CE48B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 139 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.11 |
| HSL | 150.98º | 0.77% | 0.53% | - |
| HSV(B) | 150.98º | 0.81% | 0.89% | - |
| XYZ | 33.44 | 57.89 | 33.84 | - |
| YUV | 162.84 | 114.54 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 139 | 0.81 | 0 | 0.39 | 0.11 | 150.98 | 0.77 | 0.53 |
| Hex | 2C | E4 | 8B | 51 | 0 | 27 | B | 97 | 4D | 35 |
| Octal | 54 | 344 | 213 | 121 | 0 | 47 | 13 | 227 | 115 | 65 |
| Binary | 101100 | 11100100 | 10001011 | 1010001 | 0 | 100111 | 1011 | 10010111 | 1001101 | 110101 |
Color Harmonies of #2CE48B
Complementary color
Monochromatic Colors of #2CE48B
Black with #2CE48B
Text Example
Text Example
White with #2CE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE48B; }
p { color: rgb(44,228,139); }
H1.HeaderClassName
{
color: #2CE48B;
}
.AnyTagClassName
{
color: #2CE48B;
}
</style>
background-color css
<style>
a { background-color: #2CE48B; }
a { background-color: rgb(44,228,139); }
div.DivClassName
{
background-color: #2CE48B;
}
.BgClassName
{
background-color: #2CE48B;
}
</style>
border-color css
<style>
span { border-color: #2CE48B; }
span { border-color: rgb(44,228,139); }
td.TdClassName
{
border-color: #2CE48B;
}
.TagClassName
{
border-color: #2CE48B;
}
</style>