Shades of Shamrock #2BF398
Tints of Shamrock #2BF398
RGB
CMYK
RGB Variations
Color information
#2BF398 (or 0x2BF398) is known color: Shamrock. HEX triplet: 2B, F3 and 98. RGB value is (43,243,152). Sum of RGB (Red+Green+Blue) = 43+243+152=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF398 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF398 is #D40C67. Grayscale: #ACACAC. Windows color (decimal): -13896808 or 10023723. OLE color: 10023723.
HSL color Cylindrical-coordinate representation of color #2BF398: hue angle of 152.7º degrees, saturation: 0.89, 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 #2BF398 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 152 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.05 |
| HSL | 152.7º | 0.89% | 0.56% | - |
| HSV(B) | 152.7º | 0.82% | 0.95% | - |
| XYZ | 38.71 | 66.88 | 40.57 | - |
| YUV | 172.83 | 116.24 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 152 | 0.82 | 0 | 0.37 | 0.05 | 152.7 | 0.89 | 0.56 |
| Hex | 2B | F3 | 98 | 52 | 0 | 25 | 5 | 99 | 59 | 38 |
| Octal | 53 | 363 | 230 | 122 | 0 | 45 | 5 | 231 | 131 | 70 |
| Binary | 101011 | 11110011 | 10011000 | 1010010 | 0 | 100101 | 101 | 10011001 | 1011001 | 111000 |
Color Harmonies of #2BF398
Complementary color
Monochromatic Colors of #2BF398
Black with #2BF398
Text Example
Text Example
White with #2BF398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF398; }
p { color: rgb(43,243,152); }
H1.HeaderClassName
{
color: #2BF398;
}
.AnyTagClassName
{
color: #2BF398;
}
</style>
background-color css
<style>
a { background-color: #2BF398; }
a { background-color: rgb(43,243,152); }
div.DivClassName
{
background-color: #2BF398;
}
.BgClassName
{
background-color: #2BF398;
}
</style>
border-color css
<style>
span { border-color: #2BF398; }
span { border-color: rgb(43,243,152); }
td.TdClassName
{
border-color: #2BF398;
}
.TagClassName
{
border-color: #2BF398;
}
</style>