Html Css Color HEX #2FEC6E Malachite

📋 copy color: '#2FEC6E'

red 47 ◦ green 236 ◦ blue 110

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

Shades of Malachite #2FEC6E

Tints of Malachite #2FEC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 11.96%
G = 60.05%
B = 27.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#2FEC6E (or 0x2FEC6E) is known color: Malachite. HEX triplet: 2F, EC and 6E. RGB value is (47,236,110). Sum of RGB (Red+Green+Blue) = 47+236+110=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC6E is #D01391. Grayscale: #A5A5A5. Windows color (decimal): -13636498 or 7269423. OLE color: 7269423.

HSL color Cylindrical-coordinate representation of color #2FEC6E: hue angle of 140º 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 #2FEC6E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 110 -
CMYK 0.80 0 0.53 0.07
HSL 140º 0.83% 0.55% -
HSV(B) 140º 0.8% 0.93% -
XYZ 33.98 61.72 24.87 -
YUV 165.13 96.88 43.75 -
System Red Green Blue C M Y K H S L
Decimal 47 236 110 0.80 0 0.53 0.07 140 0.83 0.55
Hex 2F EC 6E 50 0 35 7 8C 53 37
Octal 57 354 156 120 0 65 7 214 123 67
Binary 101111 11101100 1101110 1010000 0 110101 111 10001100 1010011 110111

Color Harmonies of #2FEC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC6E

Black with #2FEC6E

Text Example


Text Example

White with #2FEC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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