Shades of Malachite #2CF14B
Tints of Malachite #2CF14B
RGB
CMYK
RGB Variations
Color information
#2CF14B (or 0x2CF14B) is known color: Malachite. HEX triplet: 2C, F1 and 4B. RGB value is (44,241,75). Sum of RGB (Red+Green+Blue) = 44+241+75=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF14B is #D30EB4. Grayscale: #A3A3A3. Windows color (decimal): -13831861 or 4976940. OLE color: 4976940.
HSL color Cylindrical-coordinate representation of color #2CF14B: hue angle of 129.44º 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 #2CF14B is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 75 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.05 |
| HSL | 129.44º | 0.88% | 0.56% | - |
| HSV(B) | 129.44º | 0.82% | 0.95% | - |
| XYZ | 33.76 | 63.95 | 17.22 | - |
| YUV | 163.17 | 78.23 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 75 | 0.82 | 0 | 0.69 | 0.05 | 129.44 | 0.88 | 0.56 |
| Hex | 2C | F1 | 4B | 52 | 0 | 45 | 5 | 81 | 58 | 38 |
| Octal | 54 | 361 | 113 | 122 | 0 | 105 | 5 | 201 | 130 | 70 |
| Binary | 101100 | 11110001 | 1001011 | 1010010 | 0 | 1000101 | 101 | 10000001 | 1011000 | 111000 |
Color Harmonies of #2CF14B
Complementary color
Monochromatic Colors of #2CF14B
Black with #2CF14B
Text Example
Text Example
White with #2CF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF14B; }
p { color: rgb(44,241,75); }
H1.HeaderClassName
{
color: #2CF14B;
}
.AnyTagClassName
{
color: #2CF14B;
}
</style>
background-color css
<style>
a { background-color: #2CF14B; }
a { background-color: rgb(44,241,75); }
div.DivClassName
{
background-color: #2CF14B;
}
.BgClassName
{
background-color: #2CF14B;
}
</style>
border-color css
<style>
span { border-color: #2CF14B; }
span { border-color: rgb(44,241,75); }
td.TdClassName
{
border-color: #2CF14B;
}
.TagClassName
{
border-color: #2CF14B;
}
</style>