Shades of Shamrock #2CE28F
Tints of Shamrock #2CE28F
RGB
CMYK
RGB Variations
Color information
#2CE28F (or 0x2CE28F) is known color: Shamrock. HEX triplet: 2C, E2 and 8F. RGB value is (44,226,143). Sum of RGB (Red+Green+Blue) = 44+226+143=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE28F is #D31D70. Grayscale: #A2A2A2. Windows color (decimal): -13835633 or 9429548. OLE color: 9429548.
HSL color Cylindrical-coordinate representation of color #2CE28F: hue angle of 152.64º 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 #2CE28F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 143 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.11 |
| HSL | 152.64º | 0.76% | 0.53% | - |
| HSV(B) | 152.64º | 0.81% | 0.89% | - |
| XYZ | 33.19 | 56.91 | 35.22 | - |
| YUV | 162.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 143 | 0.81 | 0 | 0.37 | 0.11 | 152.64 | 0.76 | 0.53 |
| Hex | 2C | E2 | 8F | 51 | 0 | 25 | B | 99 | 4C | 35 |
| Octal | 54 | 342 | 217 | 121 | 0 | 45 | 13 | 231 | 114 | 65 |
| Binary | 101100 | 11100010 | 10001111 | 1010001 | 0 | 100101 | 1011 | 10011001 | 1001100 | 110101 |
Color Harmonies of #2CE28F
Complementary color
Monochromatic Colors of #2CE28F
Black with #2CE28F
Text Example
Text Example
White with #2CE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE28F; }
p { color: rgb(44,226,143); }
H1.HeaderClassName
{
color: #2CE28F;
}
.AnyTagClassName
{
color: #2CE28F;
}
</style>
background-color css
<style>
a { background-color: #2CE28F; }
a { background-color: rgb(44,226,143); }
div.DivClassName
{
background-color: #2CE28F;
}
.BgClassName
{
background-color: #2CE28F;
}
</style>
border-color css
<style>
span { border-color: #2CE28F; }
span { border-color: rgb(44,226,143); }
td.TdClassName
{
border-color: #2CE28F;
}
.TagClassName
{
border-color: #2CE28F;
}
</style>