Shades of Shamrock #2CEE86
Tints of Shamrock #2CEE86
RGB
CMYK
RGB Variations
Color information
#2CEE86 (or 0x2CEE86) is known color: Shamrock. HEX triplet: 2C, EE and 86. RGB value is (44,238,134). Sum of RGB (Red+Green+Blue) = 44+238+134=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEE86 is #D31179. Grayscale: #A8A8A8. Windows color (decimal): -13832570 or 8842796. OLE color: 8842796.
HSL color Cylindrical-coordinate representation of color #2CEE86: hue angle of 147.84º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEE86 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 134 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.07 |
| HSL | 147.84º | 0.85% | 0.55% | - |
| HSV(B) | 147.84º | 0.82% | 0.93% | - |
| XYZ | 35.92 | 63.41 | 32.9 | - |
| YUV | 168.14 | 108.73 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 134 | 0.82 | 0 | 0.44 | 0.07 | 147.84 | 0.85 | 0.55 |
| Hex | 2C | EE | 86 | 52 | 0 | 2C | 7 | 94 | 55 | 37 |
| Octal | 54 | 356 | 206 | 122 | 0 | 54 | 7 | 224 | 125 | 67 |
| Binary | 101100 | 11101110 | 10000110 | 1010010 | 0 | 101100 | 111 | 10010100 | 1010101 | 110111 |
Color Harmonies of #2CEE86
Complementary color
Monochromatic Colors of #2CEE86
Black with #2CEE86
Text Example
Text Example
White with #2CEE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE86; }
p { color: rgb(44,238,134); }
H1.HeaderClassName
{
color: #2CEE86;
}
.AnyTagClassName
{
color: #2CEE86;
}
</style>
background-color css
<style>
a { background-color: #2CEE86; }
a { background-color: rgb(44,238,134); }
div.DivClassName
{
background-color: #2CEE86;
}
.BgClassName
{
background-color: #2CEE86;
}
</style>
border-color css
<style>
span { border-color: #2CEE86; }
span { border-color: rgb(44,238,134); }
td.TdClassName
{
border-color: #2CEE86;
}
.TagClassName
{
border-color: #2CEE86;
}
</style>