Shades of Shamrock #2BD68E
Tints of Shamrock #2BD68E
RGB
CMYK
RGB Variations
Color information
#2BD68E (or 0x2BD68E) is known color: Shamrock. HEX triplet: 2B, D6 and 8E. RGB value is (43,214,142). Sum of RGB (Red+Green+Blue) = 43+214+142=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD68E is #D42971. Grayscale: #9A9A9A. Windows color (decimal): -13904242 or 9360939. OLE color: 9360939.
HSL color Cylindrical-coordinate representation of color #2BD68E: hue angle of 154.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD68E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 142 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.16 |
| HSL | 154.74º | 0.68% | 0.5% | - |
| HSV(B) | 154.74º | 0.8% | 0.84% | - |
| XYZ | 29.93 | 50.56 | 33.77 | - |
| YUV | 154.66 | 120.85 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 142 | 0.80 | 0 | 0.34 | 0.16 | 154.74 | 0.68 | 0.5 |
| Hex | 2B | D6 | 8E | 50 | 0 | 22 | 10 | 9B | 44 | 32 |
| Octal | 53 | 326 | 216 | 120 | 0 | 42 | 20 | 233 | 104 | 62 |
| Binary | 101011 | 11010110 | 10001110 | 1010000 | 0 | 100010 | 10000 | 10011011 | 1000100 | 110010 |
Color Harmonies of #2BD68E
Complementary color
Monochromatic Colors of #2BD68E
Black with #2BD68E
Text Example
Text Example
White with #2BD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD68E; }
p { color: rgb(43,214,142); }
H1.HeaderClassName
{
color: #2BD68E;
}
.AnyTagClassName
{
color: #2BD68E;
}
</style>
background-color css
<style>
a { background-color: #2BD68E; }
a { background-color: rgb(43,214,142); }
div.DivClassName
{
background-color: #2BD68E;
}
.BgClassName
{
background-color: #2BD68E;
}
</style>
border-color css
<style>
span { border-color: #2BD68E; }
span { border-color: rgb(43,214,142); }
td.TdClassName
{
border-color: #2BD68E;
}
.TagClassName
{
border-color: #2BD68E;
}
</style>