Shades of Malachite #2FF15C
Tints of Malachite #2FF15C
RGB
CMYK
RGB Variations
Color information
#2FF15C (or 0x2FF15C) is known color: Malachite. HEX triplet: 2F, F1 and 5C. RGB value is (47,241,92). Sum of RGB (Red+Green+Blue) = 47+241+92=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF15C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF15C is #D00EA3. Grayscale: #A6A6A6. Windows color (decimal): -13635236 or 6091055. OLE color: 6091055.
HSL color Cylindrical-coordinate representation of color #2FF15C: hue angle of 133.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF15C is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 92 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.05 |
| HSL | 133.92º | 0.87% | 0.56% | - |
| HSV(B) | 133.92º | 0.8% | 0.95% | - |
| XYZ | 34.56 | 64.29 | 20.71 | - |
| YUV | 166.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 92 | 0.80 | 0 | 0.62 | 0.05 | 133.92 | 0.87 | 0.56 |
| Hex | 2F | F1 | 5C | 50 | 0 | 3E | 5 | 86 | 57 | 38 |
| Octal | 57 | 361 | 134 | 120 | 0 | 76 | 5 | 206 | 127 | 70 |
| Binary | 101111 | 11110001 | 1011100 | 1010000 | 0 | 111110 | 101 | 10000110 | 1010111 | 111000 |
Color Harmonies of #2FF15C
Complementary color
Monochromatic Colors of #2FF15C
Black with #2FF15C
Text Example
Text Example
White with #2FF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF15C; }
p { color: rgb(47,241,92); }
H1.HeaderClassName
{
color: #2FF15C;
}
.AnyTagClassName
{
color: #2FF15C;
}
</style>
background-color css
<style>
a { background-color: #2FF15C; }
a { background-color: rgb(47,241,92); }
div.DivClassName
{
background-color: #2FF15C;
}
.BgClassName
{
background-color: #2FF15C;
}
</style>
border-color css
<style>
span { border-color: #2FF15C; }
span { border-color: rgb(47,241,92); }
td.TdClassName
{
border-color: #2FF15C;
}
.TagClassName
{
border-color: #2FF15C;
}
</style>