Shades of Shamrock #2CE29D
Tints of Shamrock #2CE29D
RGB
CMYK
RGB Variations
Color information
#2CE29D (or 0x2CE29D) is known color: Shamrock. HEX triplet: 2C, E2 and 9D. RGB value is (44,226,157). Sum of RGB (Red+Green+Blue) = 44+226+157=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 226 (88.67% from 255 or 52.93% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE29D is #D31D62. Grayscale: #A3A3A3. Windows color (decimal): -13835619 or 10347052. OLE color: 10347052.
HSL color Cylindrical-coordinate representation of color #2CE29D: hue angle of 157.25º 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 #2CE29D is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 157 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.11 |
| HSL | 157.25º | 0.76% | 0.53% | - |
| HSV(B) | 157.25º | 0.81% | 0.89% | - |
| XYZ | 34.32 | 57.36 | 41.16 | - |
| YUV | 163.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 157 | 0.81 | 0 | 0.31 | 0.11 | 157.25 | 0.76 | 0.53 |
| Hex | 2C | E2 | 9D | 51 | 0 | 1F | B | 9D | 4C | 35 |
| Octal | 54 | 342 | 235 | 121 | 0 | 37 | 13 | 235 | 114 | 65 |
| Binary | 101100 | 11100010 | 10011101 | 1010001 | 0 | 11111 | 1011 | 10011101 | 1001100 | 110101 |
Color Harmonies of #2CE29D
Complementary color
Monochromatic Colors of #2CE29D
Black with #2CE29D
Text Example
Text Example
White with #2CE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE29D; }
p { color: rgb(44,226,157); }
H1.HeaderClassName
{
color: #2CE29D;
}
.AnyTagClassName
{
color: #2CE29D;
}
</style>
background-color css
<style>
a { background-color: #2CE29D; }
a { background-color: rgb(44,226,157); }
div.DivClassName
{
background-color: #2CE29D;
}
.BgClassName
{
background-color: #2CE29D;
}
</style>
border-color css
<style>
span { border-color: #2CE29D; }
span { border-color: rgb(44,226,157); }
td.TdClassName
{
border-color: #2CE29D;
}
.TagClassName
{
border-color: #2CE29D;
}
</style>