Shades of Shamrock #2BE07D
Tints of Shamrock #2BE07D
RGB
CMYK
RGB Variations
Color information
#2BE07D (or 0x2BE07D) is known color: Shamrock. HEX triplet: 2B, E0 and 7D. RGB value is (43,224,125). Sum of RGB (Red+Green+Blue) = 43+224+125=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE07D is #D41F82. Grayscale: #9E9E9E. Windows color (decimal): -13901699 or 8249387. OLE color: 8249387.
HSL color Cylindrical-coordinate representation of color #2BE07D: hue angle of 147.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE07D is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 125 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.12 |
| HSL | 147.18º | 0.74% | 0.52% | - |
| HSV(B) | 147.18º | 0.81% | 0.88% | - |
| XYZ | 31.35 | 55.31 | 28.42 | - |
| YUV | 158.6 | 109.03 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 125 | 0.81 | 0 | 0.44 | 0.12 | 147.18 | 0.74 | 0.52 |
| Hex | 2B | E0 | 7D | 51 | 0 | 2C | C | 93 | 4A | 34 |
| Octal | 53 | 340 | 175 | 121 | 0 | 54 | 14 | 223 | 112 | 64 |
| Binary | 101011 | 11100000 | 1111101 | 1010001 | 0 | 101100 | 1100 | 10010011 | 1001010 | 110100 |
Color Harmonies of #2BE07D
Complementary color
Monochromatic Colors of #2BE07D
Black with #2BE07D
Text Example
Text Example
White with #2BE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE07D; }
p { color: rgb(43,224,125); }
H1.HeaderClassName
{
color: #2BE07D;
}
.AnyTagClassName
{
color: #2BE07D;
}
</style>
background-color css
<style>
a { background-color: #2BE07D; }
a { background-color: rgb(43,224,125); }
div.DivClassName
{
background-color: #2BE07D;
}
.BgClassName
{
background-color: #2BE07D;
}
</style>
border-color css
<style>
span { border-color: #2BE07D; }
span { border-color: rgb(43,224,125); }
td.TdClassName
{
border-color: #2BE07D;
}
.TagClassName
{
border-color: #2BE07D;
}
</style>