Shades of Shamrock #2BF09B
Tints of Shamrock #2BF09B
RGB
CMYK
RGB Variations
Color information
#2BF09B (or 0x2BF09B) is known color: Shamrock. HEX triplet: 2B, F0 and 9B. RGB value is (43,240,155). Sum of RGB (Red+Green+Blue) = 43+240+155=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF09B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF09B is #D40F64. Grayscale: #ABABAB. Windows color (decimal): -13897573 or 10219563. OLE color: 10219563.
HSL color Cylindrical-coordinate representation of color #2BF09B: hue angle of 154.11º degrees, saturation: 0.87, 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 #2BF09B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 155 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.06 |
| HSL | 154.11º | 0.87% | 0.55% | - |
| HSV(B) | 154.11º | 0.82% | 0.94% | - |
| XYZ | 38.07 | 65.2 | 41.59 | - |
| YUV | 171.41 | 118.73 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 155 | 0.82 | 0 | 0.35 | 0.06 | 154.11 | 0.87 | 0.55 |
| Hex | 2B | F0 | 9B | 52 | 0 | 23 | 6 | 9A | 57 | 37 |
| Octal | 53 | 360 | 233 | 122 | 0 | 43 | 6 | 232 | 127 | 67 |
| Binary | 101011 | 11110000 | 10011011 | 1010010 | 0 | 100011 | 110 | 10011010 | 1010111 | 110111 |
Color Harmonies of #2BF09B
Complementary color
Monochromatic Colors of #2BF09B
Black with #2BF09B
Text Example
Text Example
White with #2BF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF09B; }
p { color: rgb(43,240,155); }
H1.HeaderClassName
{
color: #2BF09B;
}
.AnyTagClassName
{
color: #2BF09B;
}
</style>
background-color css
<style>
a { background-color: #2BF09B; }
a { background-color: rgb(43,240,155); }
div.DivClassName
{
background-color: #2BF09B;
}
.BgClassName
{
background-color: #2BF09B;
}
</style>
border-color css
<style>
span { border-color: #2BF09B; }
span { border-color: rgb(43,240,155); }
td.TdClassName
{
border-color: #2BF09B;
}
.TagClassName
{
border-color: #2BF09B;
}
</style>