Shades of Shamrock #2CE480
Tints of Shamrock #2CE480
RGB
CMYK
RGB Variations
Color information
#2CE480 (or 0x2CE480) is known color: Shamrock. HEX triplet: 2C, E4 and 80. RGB value is (44,228,128). Sum of RGB (Red+Green+Blue) = 44+228+128=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE480 is #D31B7F. Grayscale: #A1A1A1. Windows color (decimal): -13835136 or 8447020. OLE color: 8447020.
HSL color Cylindrical-coordinate representation of color #2CE480: hue angle of 147.39º 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 #2CE480 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 128 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.11 |
| HSL | 147.39º | 0.77% | 0.53% | - |
| HSV(B) | 147.39º | 0.81% | 0.89% | - |
| XYZ | 32.68 | 57.58 | 29.81 | - |
| YUV | 161.58 | 109.04 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 128 | 0.81 | 0 | 0.44 | 0.11 | 147.39 | 0.77 | 0.53 |
| Hex | 2C | E4 | 80 | 51 | 0 | 2C | B | 93 | 4D | 35 |
| Octal | 54 | 344 | 200 | 121 | 0 | 54 | 13 | 223 | 115 | 65 |
| Binary | 101100 | 11100100 | 10000000 | 1010001 | 0 | 101100 | 1011 | 10010011 | 1001101 | 110101 |
Color Harmonies of #2CE480
Complementary color
Monochromatic Colors of #2CE480
Black with #2CE480
Text Example
Text Example
White with #2CE480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE480; }
p { color: rgb(44,228,128); }
H1.HeaderClassName
{
color: #2CE480;
}
.AnyTagClassName
{
color: #2CE480;
}
</style>
background-color css
<style>
a { background-color: #2CE480; }
a { background-color: rgb(44,228,128); }
div.DivClassName
{
background-color: #2CE480;
}
.BgClassName
{
background-color: #2CE480;
}
</style>
border-color css
<style>
span { border-color: #2CE480; }
span { border-color: rgb(44,228,128); }
td.TdClassName
{
border-color: #2CE480;
}
.TagClassName
{
border-color: #2CE480;
}
</style>