Shades of Malachite #2CFF4B
Tints of Malachite #2CFF4B
RGB
CMYK
RGB Variations
Color information
#2CFF4B (or 0x2CFF4B) is known color: Malachite. HEX triplet: 2C, FF and 4B. RGB value is (44,255,75). Sum of RGB (Red+Green+Blue) = 44+255+75=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF4B is #D300B4. Grayscale: #ABABAB. Windows color (decimal): -13828277 or 4980524. OLE color: 4980524.
HSL color Cylindrical-coordinate representation of color #2CFF4B: hue angle of 128.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF4B is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 75 | - |
| CMYK | 0.83 | 0 | 0.71 | 0 |
| HSL | 128.82º | 1% | 0.59% | - |
| HSV(B) | 128.82º | 0.83% | 1% | - |
| XYZ | 38.07 | 72.56 | 18.66 | - |
| YUV | 171.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 75 | 0.83 | 0 | 0.71 | 0 | 128.82 | 1 | 0.59 |
| Hex | 2C | FF | 4B | 53 | 0 | 47 | 0 | 81 | 64 | 3B |
| Octal | 54 | 377 | 113 | 123 | 0 | 107 | 0 | 201 | 144 | 73 |
| Binary | 101100 | 11111111 | 1001011 | 1010011 | 0 | 1000111 | 0 | 10000001 | 1100100 | 111011 |
Color Harmonies of #2CFF4B
Complementary color
Monochromatic Colors of #2CFF4B
Black with #2CFF4B
Text Example
Text Example
White with #2CFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF4B; }
p { color: rgb(44,255,75); }
H1.HeaderClassName
{
color: #2CFF4B;
}
.AnyTagClassName
{
color: #2CFF4B;
}
</style>
background-color css
<style>
a { background-color: #2CFF4B; }
a { background-color: rgb(44,255,75); }
div.DivClassName
{
background-color: #2CFF4B;
}
.BgClassName
{
background-color: #2CFF4B;
}
</style>
border-color css
<style>
span { border-color: #2CFF4B; }
span { border-color: rgb(44,255,75); }
td.TdClassName
{
border-color: #2CFF4B;
}
.TagClassName
{
border-color: #2CFF4B;
}
</style>