Html Css Color HEX #2FEC6D Malachite

📋 copy color: '#2FEC6D'

red 47 ◦ green 236 ◦ blue 109

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

Shades of Malachite #2FEC6D

Tints of Malachite #2FEC6D

RGB

 RED value IS 47 (18.75% from 255) = 11.99%

 GREEN value IS 236 (92.58% from 255) = 60.2%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 11.99%
G = 60.2%
B = 27.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#2FEC6D (or 0x2FEC6D) is known color: Malachite. HEX triplet: 2F, EC and 6D. RGB value is (47,236,109). Sum of RGB (Red+Green+Blue) = 47+236+109=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC6D is #D01392. Grayscale: #A5A5A5. Windows color (decimal): -13636499 or 7203887. OLE color: 7203887.

HSL color Cylindrical-coordinate representation of color #2FEC6D: hue angle of 139.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC6D is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 109 -
CMYK 0.80 0 0.54 0.07
HSL 139.68º 0.83% 0.55% -
HSV(B) 139.68º 0.8% 0.93% -
XYZ 33.93 61.7 24.59 -
YUV 165.01 96.38 43.83 -
System Red Green Blue C M Y K H S L
Decimal 47 236 109 0.80 0 0.54 0.07 139.68 0.83 0.55
Hex 2F EC 6D 50 0 36 7 8C 53 37
Octal 57 354 155 120 0 66 7 214 123 67
Binary 101111 11101100 1101101 1010000 0 110110 111 10001100 1010011 110111

Color Harmonies of #2FEC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC6D

Black with #2FEC6D

Text Example


Text Example

White with #2FEC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,109); }

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

background-color css

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

 a { background-color: rgb(47,236,109); }

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

border-color css

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

 span { border-color: rgb(47,236,109); }

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