Shades of Shamrock #2BD37D
Tints of Shamrock #2BD37D
RGB
CMYK
RGB Variations
Color information
#2BD37D (or 0x2BD37D) is known color: Shamrock. HEX triplet: 2B, D3 and 7D. RGB value is (43,211,125). Sum of RGB (Red+Green+Blue) = 43+211+125=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD37D is #D42C82. Grayscale: #979797. Windows color (decimal): -13905027 or 8246059. OLE color: 8246059.
HSL color Cylindrical-coordinate representation of color #2BD37D: hue angle of 149.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD37D is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 125 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.17 |
| HSL | 149.29º | 0.66% | 0.5% | - |
| HSV(B) | 149.29º | 0.8% | 0.83% | - |
| XYZ | 27.99 | 48.58 | 27.3 | - |
| YUV | 150.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 125 | 0.80 | 0 | 0.41 | 0.17 | 149.29 | 0.66 | 0.5 |
| Hex | 2B | D3 | 7D | 50 | 0 | 29 | 11 | 95 | 42 | 32 |
| Octal | 53 | 323 | 175 | 120 | 0 | 51 | 21 | 225 | 102 | 62 |
| Binary | 101011 | 11010011 | 1111101 | 1010000 | 0 | 101001 | 10001 | 10010101 | 1000010 | 110010 |
Color Harmonies of #2BD37D
Complementary color
Monochromatic Colors of #2BD37D
Black with #2BD37D
Text Example
Text Example
White with #2BD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD37D; }
p { color: rgb(43,211,125); }
H1.HeaderClassName
{
color: #2BD37D;
}
.AnyTagClassName
{
color: #2BD37D;
}
</style>
background-color css
<style>
a { background-color: #2BD37D; }
a { background-color: rgb(43,211,125); }
div.DivClassName
{
background-color: #2BD37D;
}
.BgClassName
{
background-color: #2BD37D;
}
</style>
border-color css
<style>
span { border-color: #2BD37D; }
span { border-color: rgb(43,211,125); }
td.TdClassName
{
border-color: #2BD37D;
}
.TagClassName
{
border-color: #2BD37D;
}
</style>