Shades of Shamrock #2BF38C
Tints of Shamrock #2BF38C
RGB
CMYK
RGB Variations
Color information
#2BF38C (or 0x2BF38C) is known color: Shamrock. HEX triplet: 2B, F3 and 8C. RGB value is (43,243,140). Sum of RGB (Red+Green+Blue) = 43+243+140=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF38C is #D40C73. Grayscale: #ABABAB. Windows color (decimal): -13896820 or 9237291. OLE color: 9237291.
HSL color Cylindrical-coordinate representation of color #2BF38C: hue angle of 149.1º 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 #2BF38C is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 140 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.05 |
| HSL | 149.1º | 0.89% | 0.56% | - |
| HSV(B) | 149.1º | 0.82% | 0.95% | - |
| XYZ | 37.78 | 66.51 | 35.66 | - |
| YUV | 171.46 | 110.24 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 140 | 0.82 | 0 | 0.42 | 0.05 | 149.1 | 0.89 | 0.56 |
| Hex | 2B | F3 | 8C | 52 | 0 | 2A | 5 | 95 | 59 | 38 |
| Octal | 53 | 363 | 214 | 122 | 0 | 52 | 5 | 225 | 131 | 70 |
| Binary | 101011 | 11110011 | 10001100 | 1010010 | 0 | 101010 | 101 | 10010101 | 1011001 | 111000 |
Color Harmonies of #2BF38C
Complementary color
Monochromatic Colors of #2BF38C
Black with #2BF38C
Text Example
Text Example
White with #2BF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF38C; }
p { color: rgb(43,243,140); }
H1.HeaderClassName
{
color: #2BF38C;
}
.AnyTagClassName
{
color: #2BF38C;
}
</style>
background-color css
<style>
a { background-color: #2BF38C; }
a { background-color: rgb(43,243,140); }
div.DivClassName
{
background-color: #2BF38C;
}
.BgClassName
{
background-color: #2BF38C;
}
</style>
border-color css
<style>
span { border-color: #2BF38C; }
span { border-color: rgb(43,243,140); }
td.TdClassName
{
border-color: #2BF38C;
}
.TagClassName
{
border-color: #2BF38C;
}
</style>