Shades of Malachite #2BF74B
Tints of Malachite #2BF74B
RGB
CMYK
RGB Variations
Color information
#2BF74B (or 0x2BF74B) is known color: Malachite. HEX triplet: 2B, F7 and 4B. RGB value is (43,247,75). Sum of RGB (Red+Green+Blue) = 43+247+75=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF74B is #D408B4. Grayscale: #A6A6A6. Windows color (decimal): -13895861 or 4978475. OLE color: 4978475.
HSL color Cylindrical-coordinate representation of color #2BF74B: hue angle of 129.41º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF74B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 75 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.03 |
| HSL | 129.41º | 0.93% | 0.57% | - |
| HSV(B) | 129.41º | 0.83% | 0.97% | - |
| XYZ | 35.53 | 67.54 | 17.82 | - |
| YUV | 166.4 | 76.41 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 75 | 0.83 | 0 | 0.70 | 0.03 | 129.41 | 0.93 | 0.57 |
| Hex | 2B | F7 | 4B | 53 | 0 | 46 | 3 | 81 | 5D | 39 |
| Octal | 53 | 367 | 113 | 123 | 0 | 106 | 3 | 201 | 135 | 71 |
| Binary | 101011 | 11110111 | 1001011 | 1010011 | 0 | 1000110 | 11 | 10000001 | 1011101 | 111001 |
Color Harmonies of #2BF74B
Complementary color
Monochromatic Colors of #2BF74B
Black with #2BF74B
Text Example
Text Example
White with #2BF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF74B; }
p { color: rgb(43,247,75); }
H1.HeaderClassName
{
color: #2BF74B;
}
.AnyTagClassName
{
color: #2BF74B;
}
</style>
background-color css
<style>
a { background-color: #2BF74B; }
a { background-color: rgb(43,247,75); }
div.DivClassName
{
background-color: #2BF74B;
}
.BgClassName
{
background-color: #2BF74B;
}
</style>
border-color css
<style>
span { border-color: #2BF74B; }
span { border-color: rgb(43,247,75); }
td.TdClassName
{
border-color: #2BF74B;
}
.TagClassName
{
border-color: #2BF74B;
}
</style>