Html Css Color HEX #2CF647 Malachite

📋 copy color: '#2CF647'

red 44 ◦ green 246 ◦ blue 71

#2CF647
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2CF647

Tints of Malachite #2CF647

RGB

 RED value IS 44 (17.58% from 255) = 12.19%

 GREEN value IS 246 (96.48% from 255) = 68.14%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 12.19%
G = 68.14%
B = 19.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#2CF647 (or 0x2CF647) is known color: Malachite. HEX triplet: 2C, F6 and 47. RGB value is (44,246,71). Sum of RGB (Red+Green+Blue) = 44+246+71=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 246 (96.48% from 255 or 68.14% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF647 is #D309B8. Grayscale: #A6A6A6. Windows color (decimal): -13830585 or 4716076. OLE color: 4716076.

HSL color Cylindrical-coordinate representation of color #2CF647: hue angle of 128.02º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF647 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 44 246 71 -
CMYK 0.82 0 0.71 0.04
HSL 128.02º 0.92% 0.57% -
HSV(B) 128.02º 0.82% 0.96% -
XYZ 35.13 66.9 17.02 -
YUV 165.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 44 246 71 0.82 0 0.71 0.04 128.02 0.92 0.57
Hex 2C F6 47 52 0 47 4 80 5C 39
Octal 54 366 107 122 0 107 4 200 134 71
Binary 101100 11110110 1000111 1010010 0 1000111 100 10000000 1011100 111001

Color Harmonies of #2CF647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF647

Black with #2CF647

Text Example


Text Example

White with #2CF647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,246,71); }

 H1.HeaderClassName
 {
   color: #2CF647;
 }
 .AnyTagClassName
 {
   color: #2CF647;
 }
</style>

background-color css

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

 a { background-color: rgb(44,246,71); }

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

border-color css

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

 span { border-color: rgb(44,246,71); }

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