Shades of Malachite #2BF15C
Tints of Malachite #2BF15C
RGB
CMYK
RGB Variations
Color information
#2BF15C (or 0x2BF15C) is known color: Malachite. HEX triplet: 2B, F1 and 5C. RGB value is (43,241,92). Sum of RGB (Red+Green+Blue) = 43+241+92=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF15C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF15C is #D40EA3. Grayscale: #A5A5A5. Windows color (decimal): -13897380 or 6091051. OLE color: 6091051.
HSL color Cylindrical-coordinate representation of color #2BF15C: hue angle of 134.85º 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 #2BF15C is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 241 | 92 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.05 |
| HSL | 134.85º | 0.88% | 0.56% | - |
| HSV(B) | 134.85º | 0.82% | 0.95% | - |
| XYZ | 34.38 | 64.2 | 20.7 | - |
| YUV | 164.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 241 | 92 | 0.82 | 0 | 0.62 | 0.05 | 134.85 | 0.88 | 0.56 |
| Hex | 2B | F1 | 5C | 52 | 0 | 3E | 5 | 87 | 58 | 38 |
| Octal | 53 | 361 | 134 | 122 | 0 | 76 | 5 | 207 | 130 | 70 |
| Binary | 101011 | 11110001 | 1011100 | 1010010 | 0 | 111110 | 101 | 10000111 | 1011000 | 111000 |
Color Harmonies of #2BF15C
Complementary color
Monochromatic Colors of #2BF15C
Black with #2BF15C
Text Example
Text Example
White with #2BF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF15C; }
p { color: rgb(43,241,92); }
H1.HeaderClassName
{
color: #2BF15C;
}
.AnyTagClassName
{
color: #2BF15C;
}
</style>
background-color css
<style>
a { background-color: #2BF15C; }
a { background-color: rgb(43,241,92); }
div.DivClassName
{
background-color: #2BF15C;
}
.BgClassName
{
background-color: #2BF15C;
}
</style>
border-color css
<style>
span { border-color: #2BF15C; }
span { border-color: rgb(43,241,92); }
td.TdClassName
{
border-color: #2BF15C;
}
.TagClassName
{
border-color: #2BF15C;
}
</style>