Shades of Shamrock #2BEFA2
Tints of Shamrock #2BEFA2
RGB
CMYK
RGB Variations
Color information
#2BEFA2 (or 0x2BEFA2) is known color: Shamrock. HEX triplet: 2B, EF and A2. RGB value is (43,239,162). Sum of RGB (Red+Green+Blue) = 43+239+162=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFA2 is #D4105D. Grayscale: #ABABAB. Windows color (decimal): -13897822 or 10678059. OLE color: 10678059.
HSL color Cylindrical-coordinate representation of color #2BEFA2: hue angle of 156.43º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFA2 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 162 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.06 |
| HSL | 156.43º | 0.86% | 0.55% | - |
| HSV(B) | 156.43º | 0.82% | 0.94% | - |
| XYZ | 38.38 | 64.86 | 44.68 | - |
| YUV | 171.62 | 122.57 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 162 | 0.82 | 0 | 0.32 | 0.06 | 156.43 | 0.86 | 0.55 |
| Hex | 2B | EF | A2 | 52 | 0 | 20 | 6 | 9C | 56 | 37 |
| Octal | 53 | 357 | 242 | 122 | 0 | 40 | 6 | 234 | 126 | 67 |
| Binary | 101011 | 11101111 | 10100010 | 1010010 | 0 | 100000 | 110 | 10011100 | 1010110 | 110111 |
Color Harmonies of #2BEFA2
Complementary color
Monochromatic Colors of #2BEFA2
Black with #2BEFA2
Text Example
Text Example
White with #2BEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFA2; }
p { color: rgb(43,239,162); }
H1.HeaderClassName
{
color: #2BEFA2;
}
.AnyTagClassName
{
color: #2BEFA2;
}
</style>
background-color css
<style>
a { background-color: #2BEFA2; }
a { background-color: rgb(43,239,162); }
div.DivClassName
{
background-color: #2BEFA2;
}
.BgClassName
{
background-color: #2BEFA2;
}
</style>
border-color css
<style>
span { border-color: #2BEFA2; }
span { border-color: rgb(43,239,162); }
td.TdClassName
{
border-color: #2BEFA2;
}
.TagClassName
{
border-color: #2BEFA2;
}
</style>