Shades of Shamrock #2CED85
Tints of Shamrock #2CED85
RGB
CMYK
RGB Variations
Color information
#2CED85 (or 0x2CED85) is known color: Shamrock. HEX triplet: 2C, ED and 85. RGB value is (44,237,133). Sum of RGB (Red+Green+Blue) = 44+237+133=414 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.63% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CED85 is #D3127A. Grayscale: #A7A7A7. Windows color (decimal): -13832827 or 8777004. OLE color: 8777004.
HSL color Cylindrical-coordinate representation of color #2CED85: hue angle of 147.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CED85 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 133 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.07 |
| HSL | 147.67º | 0.84% | 0.55% | - |
| HSV(B) | 147.67º | 0.81% | 0.93% | - |
| XYZ | 35.56 | 62.8 | 32.44 | - |
| YUV | 167.44 | 108.56 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 133 | 0.81 | 0 | 0.44 | 0.07 | 147.67 | 0.84 | 0.55 |
| Hex | 2C | ED | 85 | 51 | 0 | 2C | 7 | 94 | 54 | 37 |
| Octal | 54 | 355 | 205 | 121 | 0 | 54 | 7 | 224 | 124 | 67 |
| Binary | 101100 | 11101101 | 10000101 | 1010001 | 0 | 101100 | 111 | 10010100 | 1010100 | 110111 |
Color Harmonies of #2CED85
Complementary color
Monochromatic Colors of #2CED85
Black with #2CED85
Text Example
Text Example
White with #2CED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED85; }
p { color: rgb(44,237,133); }
H1.HeaderClassName
{
color: #2CED85;
}
.AnyTagClassName
{
color: #2CED85;
}
</style>
background-color css
<style>
a { background-color: #2CED85; }
a { background-color: rgb(44,237,133); }
div.DivClassName
{
background-color: #2CED85;
}
.BgClassName
{
background-color: #2CED85;
}
</style>
border-color css
<style>
span { border-color: #2CED85; }
span { border-color: rgb(44,237,133); }
td.TdClassName
{
border-color: #2CED85;
}
.TagClassName
{
border-color: #2CED85;
}
</style>