Shades of Shamrock #2CE280
Tints of Shamrock #2CE280
RGB
CMYK
RGB Variations
Color information
#2CE280 (or 0x2CE280) is known color: Shamrock. HEX triplet: 2C, E2 and 80. RGB value is (44,226,128). Sum of RGB (Red+Green+Blue) = 44+226+128=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE280 is #D31D7F. Grayscale: #A0A0A0. Windows color (decimal): -13835648 or 8446508. OLE color: 8446508.
HSL color Cylindrical-coordinate representation of color #2CE280: hue angle of 147.69º degrees, saturation: 0.76, 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 #2CE280 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 128 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.11 |
| HSL | 147.69º | 0.76% | 0.53% | - |
| HSV(B) | 147.69º | 0.81% | 0.89% | - |
| XYZ | 32.13 | 56.49 | 29.63 | - |
| YUV | 160.41 | 109.7 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 128 | 0.81 | 0 | 0.43 | 0.11 | 147.69 | 0.76 | 0.53 |
| Hex | 2C | E2 | 80 | 51 | 0 | 2B | B | 94 | 4C | 35 |
| Octal | 54 | 342 | 200 | 121 | 0 | 53 | 13 | 224 | 114 | 65 |
| Binary | 101100 | 11100010 | 10000000 | 1010001 | 0 | 101011 | 1011 | 10010100 | 1001100 | 110101 |
Color Harmonies of #2CE280
Complementary color
Monochromatic Colors of #2CE280
Black with #2CE280
Text Example
Text Example
White with #2CE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE280; }
p { color: rgb(44,226,128); }
H1.HeaderClassName
{
color: #2CE280;
}
.AnyTagClassName
{
color: #2CE280;
}
</style>
background-color css
<style>
a { background-color: #2CE280; }
a { background-color: rgb(44,226,128); }
div.DivClassName
{
background-color: #2CE280;
}
.BgClassName
{
background-color: #2CE280;
}
</style>
border-color css
<style>
span { border-color: #2CE280; }
span { border-color: rgb(44,226,128); }
td.TdClassName
{
border-color: #2CE280;
}
.TagClassName
{
border-color: #2CE280;
}
</style>