Shades of Shamrock #2BF296
Tints of Shamrock #2BF296
RGB
CMYK
RGB Variations
Color information
#2BF296 (or 0x2BF296) is known color: Shamrock. HEX triplet: 2B, F2 and 96. RGB value is (43,242,150). Sum of RGB (Red+Green+Blue) = 43+242+150=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF296 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF296 is #D40D69. Grayscale: #ACACAC. Windows color (decimal): -13897066 or 9892395. OLE color: 9892395.
HSL color Cylindrical-coordinate representation of color #2BF296: hue angle of 152.26º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF296 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 150 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.05 |
| HSL | 152.26º | 0.88% | 0.56% | - |
| HSV(B) | 152.26º | 0.82% | 0.95% | - |
| XYZ | 38.25 | 66.22 | 39.62 | - |
| YUV | 172.01 | 115.57 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 150 | 0.82 | 0 | 0.38 | 0.05 | 152.26 | 0.88 | 0.56 |
| Hex | 2B | F2 | 96 | 52 | 0 | 26 | 5 | 98 | 58 | 38 |
| Octal | 53 | 362 | 226 | 122 | 0 | 46 | 5 | 230 | 130 | 70 |
| Binary | 101011 | 11110010 | 10010110 | 1010010 | 0 | 100110 | 101 | 10011000 | 1011000 | 111000 |
Color Harmonies of #2BF296
Complementary color
Monochromatic Colors of #2BF296
Black with #2BF296
Text Example
Text Example
White with #2BF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF296; }
p { color: rgb(43,242,150); }
H1.HeaderClassName
{
color: #2BF296;
}
.AnyTagClassName
{
color: #2BF296;
}
</style>
background-color css
<style>
a { background-color: #2BF296; }
a { background-color: rgb(43,242,150); }
div.DivClassName
{
background-color: #2BF296;
}
.BgClassName
{
background-color: #2BF296;
}
</style>
border-color css
<style>
span { border-color: #2BF296; }
span { border-color: rgb(43,242,150); }
td.TdClassName
{
border-color: #2BF296;
}
.TagClassName
{
border-color: #2BF296;
}
</style>