Shades of Shamrock #2BF098
Tints of Shamrock #2BF098
RGB
CMYK
RGB Variations
Color information
#2BF098 (or 0x2BF098) is known color: Shamrock. HEX triplet: 2B, F0 and 98. RGB value is (43,240,152). Sum of RGB (Red+Green+Blue) = 43+240+152=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF098 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF098 is #D40F67. Grayscale: #ABABAB. Windows color (decimal): -13897576 or 10022955. OLE color: 10022955.
HSL color Cylindrical-coordinate representation of color #2BF098: hue angle of 153.2º 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 #2BF098 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 152 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.06 |
| HSL | 153.2º | 0.87% | 0.55% | - |
| HSV(B) | 153.2º | 0.82% | 0.94% | - |
| XYZ | 37.82 | 65.1 | 40.28 | - |
| YUV | 171.07 | 117.23 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 152 | 0.82 | 0 | 0.37 | 0.06 | 153.2 | 0.87 | 0.55 |
| Hex | 2B | F0 | 98 | 52 | 0 | 25 | 6 | 99 | 57 | 37 |
| Octal | 53 | 360 | 230 | 122 | 0 | 45 | 6 | 231 | 127 | 67 |
| Binary | 101011 | 11110000 | 10011000 | 1010010 | 0 | 100101 | 110 | 10011001 | 1010111 | 110111 |
Color Harmonies of #2BF098
Complementary color
Monochromatic Colors of #2BF098
Black with #2BF098
Text Example
Text Example
White with #2BF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF098; }
p { color: rgb(43,240,152); }
H1.HeaderClassName
{
color: #2BF098;
}
.AnyTagClassName
{
color: #2BF098;
}
</style>
background-color css
<style>
a { background-color: #2BF098; }
a { background-color: rgb(43,240,152); }
div.DivClassName
{
background-color: #2BF098;
}
.BgClassName
{
background-color: #2BF098;
}
</style>
border-color css
<style>
span { border-color: #2BF098; }
span { border-color: rgb(43,240,152); }
td.TdClassName
{
border-color: #2BF098;
}
.TagClassName
{
border-color: #2BF098;
}
</style>