#2CF95A

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

Shades of Malachite #2CF95A

Tints of Malachite #2CF95A

Color information

#2CF95A (or 0x2CF95A) is unknown color: approx Malachite. HEX triplet: 2C, F9 and 5A. RGB value is (44,249,90). Sum of RGB (Red+Green+Blue) = 44+249+90=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF95A is #D306A5. Grayscale: #AAAAAA. Windows color (decimal): -13829798 or 5962028. OLE color: 5962028.

HSL color Cylindrical-coordinate representation of color #2CF95A: hue angle of 133.46º 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 #2CF95A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB4424990-
CMYK0.8200.640.02
HSL133.46º94.47%57.45%-
HSV(B)133.46º82.33%97.65%-
XYZ36.7669.0321.06-
YUV169.5883.0838.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.49%
GREEN value IS 249 (97.66% from 255) = 65.01%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=11.49%
G=65.01%
B=23.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal44249900.8200.640.02133.4694.4757.45
Hex2CF95A520402855e39
Octal543711321220100220513671
Binary10110011111001101101010100100100000010100001011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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