Shades of Malachite #2AF84B
Tints of Malachite #2AF84B
RGB
CMYK
RGB Variations
Color information
#2AF84B (or 0x2AF84B) is known color: Malachite. HEX triplet: 2A, F8 and 4B. RGB value is (42,248,75). Sum of RGB (Red+Green+Blue) = 42+248+75=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF84B is #D507B4. Grayscale: #A7A7A7. Windows color (decimal): -13961141 or 4978730. OLE color: 4978730.
HSL color Cylindrical-coordinate representation of color #2AF84B: hue angle of 129.61º degrees, saturation: 0.94, 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 #2AF84B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 75 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.03 |
| HSL | 129.61º | 0.94% | 0.57% | - |
| HSV(B) | 129.61º | 0.83% | 0.97% | - |
| XYZ | 35.79 | 68.14 | 17.92 | - |
| YUV | 166.68 | 76.25 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 75 | 0.83 | 0 | 0.70 | 0.03 | 129.61 | 0.94 | 0.57 |
| Hex | 2A | F8 | 4B | 53 | 0 | 46 | 3 | 82 | 5E | 39 |
| Octal | 52 | 370 | 113 | 123 | 0 | 106 | 3 | 202 | 136 | 71 |
| Binary | 101010 | 11111000 | 1001011 | 1010011 | 0 | 1000110 | 11 | 10000010 | 1011110 | 111001 |
Color Harmonies of #2AF84B
Complementary color
Monochromatic Colors of #2AF84B
Black with #2AF84B
Text Example
Text Example
White with #2AF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF84B; }
p { color: rgb(42,248,75); }
H1.HeaderClassName
{
color: #2AF84B;
}
.AnyTagClassName
{
color: #2AF84B;
}
</style>
background-color css
<style>
a { background-color: #2AF84B; }
a { background-color: rgb(42,248,75); }
div.DivClassName
{
background-color: #2AF84B;
}
.BgClassName
{
background-color: #2AF84B;
}
</style>
border-color css
<style>
span { border-color: #2AF84B; }
span { border-color: rgb(42,248,75); }
td.TdClassName
{
border-color: #2AF84B;
}
.TagClassName
{
border-color: #2AF84B;
}
</style>