Shades of Shamrock #2BDF7D
Tints of Shamrock #2BDF7D
RGB
CMYK
RGB Variations
Color information
#2BDF7D (or 0x2BDF7D) is known color: Shamrock. HEX triplet: 2B, DF and 7D. RGB value is (43,223,125). Sum of RGB (Red+Green+Blue) = 43+223+125=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF7D is #D42082. Grayscale: #9E9E9E. Windows color (decimal): -13901955 or 8249131. OLE color: 8249131.
HSL color Cylindrical-coordinate representation of color #2BDF7D: hue angle of 147.33º 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 #2BDF7D is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 125 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.13 |
| HSL | 147.33º | 0.74% | 0.52% | - |
| HSV(B) | 147.33º | 0.81% | 0.87% | - |
| XYZ | 31.09 | 54.77 | 28.34 | - |
| YUV | 158.01 | 109.37 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 125 | 0.81 | 0 | 0.44 | 0.13 | 147.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 7D | 51 | 0 | 2C | D | 93 | 4A | 34 |
| Octal | 53 | 337 | 175 | 121 | 0 | 54 | 15 | 223 | 112 | 64 |
| Binary | 101011 | 11011111 | 1111101 | 1010001 | 0 | 101100 | 1101 | 10010011 | 1001010 | 110100 |
Color Harmonies of #2BDF7D
Complementary color
Monochromatic Colors of #2BDF7D
Black with #2BDF7D
Text Example
Text Example
White with #2BDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF7D; }
p { color: rgb(43,223,125); }
H1.HeaderClassName
{
color: #2BDF7D;
}
.AnyTagClassName
{
color: #2BDF7D;
}
</style>
background-color css
<style>
a { background-color: #2BDF7D; }
a { background-color: rgb(43,223,125); }
div.DivClassName
{
background-color: #2BDF7D;
}
.BgClassName
{
background-color: #2BDF7D;
}
</style>
border-color css
<style>
span { border-color: #2BDF7D; }
span { border-color: rgb(43,223,125); }
td.TdClassName
{
border-color: #2BDF7D;
}
.TagClassName
{
border-color: #2BDF7D;
}
</style>