Shades of Shamrock #2CE285
Tints of Shamrock #2CE285
RGB
CMYK
RGB Variations
Color information
#2CE285 (or 0x2CE285) is known color: Shamrock. HEX triplet: 2C, E2 and 85. RGB value is (44,226,133). Sum of RGB (Red+Green+Blue) = 44+226+133=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE285 is #D31D7A. Grayscale: #A1A1A1. Windows color (decimal): -13835643 or 8774188. OLE color: 8774188.
HSL color Cylindrical-coordinate representation of color #2CE285: hue angle of 149.34º 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 #2CE285 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 133 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.11 |
| HSL | 149.34º | 0.76% | 0.53% | - |
| HSV(B) | 149.34º | 0.81% | 0.89% | - |
| XYZ | 32.47 | 56.62 | 31.41 | - |
| YUV | 160.98 | 112.2 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 133 | 0.81 | 0 | 0.41 | 0.11 | 149.34 | 0.76 | 0.53 |
| Hex | 2C | E2 | 85 | 51 | 0 | 29 | B | 95 | 4C | 35 |
| Octal | 54 | 342 | 205 | 121 | 0 | 51 | 13 | 225 | 114 | 65 |
| Binary | 101100 | 11100010 | 10000101 | 1010001 | 0 | 101001 | 1011 | 10010101 | 1001100 | 110101 |
Color Harmonies of #2CE285
Complementary color
Monochromatic Colors of #2CE285
Black with #2CE285
Text Example
Text Example
White with #2CE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE285; }
p { color: rgb(44,226,133); }
H1.HeaderClassName
{
color: #2CE285;
}
.AnyTagClassName
{
color: #2CE285;
}
</style>
background-color css
<style>
a { background-color: #2CE285; }
a { background-color: rgb(44,226,133); }
div.DivClassName
{
background-color: #2CE285;
}
.BgClassName
{
background-color: #2CE285;
}
</style>
border-color css
<style>
span { border-color: #2CE285; }
span { border-color: rgb(44,226,133); }
td.TdClassName
{
border-color: #2CE285;
}
.TagClassName
{
border-color: #2CE285;
}
</style>