Html Css Color HEX #2CF648 Malachite

📋 copy color: '#2CF648'

red 44 ◦ green 246 ◦ blue 72

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

Shades of Malachite #2CF648

Tints of Malachite #2CF648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 12.15%
G = 67.96%
B = 19.89%

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

#2CF648 (or 0x2CF648) is known color: Malachite. HEX triplet: 2C, F6 and 48. RGB value is (44,246,72). Sum of RGB (Red+Green+Blue) = 44+246+72=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF648 is #D309B7. Grayscale: #A6A6A6. Windows color (decimal): -13830584 or 4781612. OLE color: 4781612.

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

Color convert

RGB 44 246 72 -
CMYK 0.82 0 0.71 0.04
HSL 128.32º 0.92% 0.57% -
HSV(B) 128.32º 0.82% 0.96% -
XYZ 35.16 66.91 17.19 -
YUV 165.77 75.08 41.15 -
System Red Green Blue C M Y K H S L
Decimal 44 246 72 0.82 0 0.71 0.04 128.32 0.92 0.57
Hex 2C F6 48 52 0 47 4 80 5C 39
Octal 54 366 110 122 0 107 4 200 134 71
Binary 101100 11110110 1001000 1010010 0 1000111 100 10000000 1011100 111001

Color Harmonies of #2CF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF648

Black with #2CF648

Text Example


Text Example

White with #2CF648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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