Shades of Shamrock #2BE09C
Tints of Shamrock #2BE09C
RGB
CMYK
RGB Variations
Color information
#2BE09C (or 0x2BE09C) is known color: Shamrock. HEX triplet: 2B, E0 and 9C. RGB value is (43,224,156). Sum of RGB (Red+Green+Blue) = 43+224+156=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE09C is #D41F63. Grayscale: #A2A2A2. Windows color (decimal): -13901668 or 10281003. OLE color: 10281003.
HSL color Cylindrical-coordinate representation of color #2BE09C: hue angle of 157.46º 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 #2BE09C is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 156 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.12 |
| HSL | 157.46º | 0.74% | 0.52% | - |
| HSV(B) | 157.46º | 0.81% | 0.88% | - |
| XYZ | 33.65 | 56.23 | 40.53 | - |
| YUV | 162.13 | 124.53 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 156 | 0.81 | 0 | 0.30 | 0.12 | 157.46 | 0.74 | 0.52 |
| Hex | 2B | E0 | 9C | 51 | 0 | 1E | C | 9D | 4A | 34 |
| Octal | 53 | 340 | 234 | 121 | 0 | 36 | 14 | 235 | 112 | 64 |
| Binary | 101011 | 11100000 | 10011100 | 1010001 | 0 | 11110 | 1100 | 10011101 | 1001010 | 110100 |
Color Harmonies of #2BE09C
Complementary color
Monochromatic Colors of #2BE09C
Black with #2BE09C
Text Example
Text Example
White with #2BE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE09C; }
p { color: rgb(43,224,156); }
H1.HeaderClassName
{
color: #2BE09C;
}
.AnyTagClassName
{
color: #2BE09C;
}
</style>
background-color css
<style>
a { background-color: #2BE09C; }
a { background-color: rgb(43,224,156); }
div.DivClassName
{
background-color: #2BE09C;
}
.BgClassName
{
background-color: #2BE09C;
}
</style>
border-color css
<style>
span { border-color: #2BE09C; }
span { border-color: rgb(43,224,156); }
td.TdClassName
{
border-color: #2BE09C;
}
.TagClassName
{
border-color: #2BE09C;
}
</style>