Shades of Shamrock #2CDE7B
Tints of Shamrock #2CDE7B
RGB
CMYK
RGB Variations
Color information
#2CDE7B (or 0x2CDE7B) is known color: Shamrock. HEX triplet: 2C, DE and 7B. RGB value is (44,222,123). Sum of RGB (Red+Green+Blue) = 44+222+123=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDE7B is #D32184. Grayscale: #9D9D9D. Windows color (decimal): -13836677 or 8117804. OLE color: 8117804.
HSL color Cylindrical-coordinate representation of color #2CDE7B: hue angle of 146.63º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE7B is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 123 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.13 |
| HSL | 146.63º | 0.73% | 0.52% | - |
| HSV(B) | 146.63º | 0.8% | 0.87% | - |
| XYZ | 30.74 | 54.21 | 27.58 | - |
| YUV | 157.49 | 108.53 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 123 | 0.80 | 0 | 0.45 | 0.13 | 146.63 | 0.73 | 0.52 |
| Hex | 2C | DE | 7B | 50 | 0 | 2D | D | 93 | 49 | 34 |
| Octal | 54 | 336 | 173 | 120 | 0 | 55 | 15 | 223 | 111 | 64 |
| Binary | 101100 | 11011110 | 1111011 | 1010000 | 0 | 101101 | 1101 | 10010011 | 1001001 | 110100 |
Color Harmonies of #2CDE7B
Complementary color
Monochromatic Colors of #2CDE7B
Black with #2CDE7B
Text Example
Text Example
White with #2CDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE7B; }
p { color: rgb(44,222,123); }
H1.HeaderClassName
{
color: #2CDE7B;
}
.AnyTagClassName
{
color: #2CDE7B;
}
</style>
background-color css
<style>
a { background-color: #2CDE7B; }
a { background-color: rgb(44,222,123); }
div.DivClassName
{
background-color: #2CDE7B;
}
.BgClassName
{
background-color: #2CDE7B;
}
</style>
border-color css
<style>
span { border-color: #2CDE7B; }
span { border-color: rgb(44,222,123); }
td.TdClassName
{
border-color: #2CDE7B;
}
.TagClassName
{
border-color: #2CDE7B;
}
</style>