Shades of Shamrock #2BDF7C
Tints of Shamrock #2BDF7C
RGB
CMYK
RGB Variations
Color information
#2BDF7C (or 0x2BDF7C) is known color: Shamrock. HEX triplet: 2B, DF and 7C. RGB value is (43,223,124). Sum of RGB (Red+Green+Blue) = 43+223+124=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF7C is #D42083. Grayscale: #9E9E9E. Windows color (decimal): -13901956 or 8183595. OLE color: 8183595.
HSL color Cylindrical-coordinate representation of color #2BDF7C: hue angle of 147º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF7C is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 124 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.13 |
| HSL | 147º | 0.74% | 0.52% | - |
| HSV(B) | 147º | 0.81% | 0.87% | - |
| XYZ | 31.02 | 54.74 | 28 | - |
| YUV | 157.89 | 108.87 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 124 | 0.81 | 0 | 0.44 | 0.13 | 147 | 0.74 | 0.52 |
| Hex | 2B | DF | 7C | 51 | 0 | 2C | D | 93 | 4A | 34 |
| Octal | 53 | 337 | 174 | 121 | 0 | 54 | 15 | 223 | 112 | 64 |
| Binary | 101011 | 11011111 | 1111100 | 1010001 | 0 | 101100 | 1101 | 10010011 | 1001010 | 110100 |
Color Harmonies of #2BDF7C
Complementary color
Monochromatic Colors of #2BDF7C
Black with #2BDF7C
Text Example
Text Example
White with #2BDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF7C; }
p { color: rgb(43,223,124); }
H1.HeaderClassName
{
color: #2BDF7C;
}
.AnyTagClassName
{
color: #2BDF7C;
}
</style>
background-color css
<style>
a { background-color: #2BDF7C; }
a { background-color: rgb(43,223,124); }
div.DivClassName
{
background-color: #2BDF7C;
}
.BgClassName
{
background-color: #2BDF7C;
}
</style>
border-color css
<style>
span { border-color: #2BDF7C; }
span { border-color: rgb(43,223,124); }
td.TdClassName
{
border-color: #2BDF7C;
}
.TagClassName
{
border-color: #2BDF7C;
}
</style>