#2CF96A

Color #2CF96A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2CF96A

Tints of Malachite #2CF96A

Color information

#2CF96A (or 0x2CF96A) is unknown color: approx Malachite. HEX triplet: 2C, F9 and 6A. RGB value is (44,249,106). Sum of RGB (Red+Green+Blue) = 44+249+106=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF96A is #D30695. Grayscale: #ABABAB. Windows color (decimal): -13829782 or 7010604. OLE color: 7010604.

HSL color Cylindrical-coordinate representation of color #2CF96A: hue angle of 138.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF96A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB44249106-
CMYK0.8200.570.02
HSL138.15º94.47%57.45%-
HSV(B)138.15º82.33%97.65%-
XYZ37.5269.3325.04-
YUV171.491.0837.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 11.03%
GREEN value IS 249 (97.66% from 255) = 62.41%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=11.03%
G=62.41%
B=26.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442491060.8200.570.02138.1594.4757.45
Hex2CF96A5203928a5e39
Octal54371152122071221213671
Binary1011001111100111010101010010011100110100010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CF96A; }

 p { color: rgb(44,249,106); }

 H1.HeaderClassName
 {
   color: #2CF96A;
 }
 .AnyTagClassName
 {
   color: #2CF96A;
 }
</style>
background-color css

<style>
 a { background-color: #2CF96A; }

 a { background-color: rgb(44,249,106); }

 div.DivClassName
 {
   background-color: #2CF96A;
 }
 .BgClassName
 {
   background-color: #2CF96A;
 }
</style>
border-color css

<style>
 span { border-color: #2CF96A; }

 span { border-color: rgb(44,249,106); }

 td.TdClassName
 {
   border-color: #2CF96A;
 }
 .TagClassName
 {
   border-color: #2CF96A;
 }
</style>