Html Css Color HEX #2FEC50 Malachite

📋 copy color: '#2FEC50'

red 47 ◦ green 236 ◦ blue 80

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

Shades of Malachite #2FEC50

Tints of Malachite #2FEC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 12.95%
G = 65.01%
B = 22.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#2FEC50 (or 0x2FEC50) is known color: Malachite. HEX triplet: 2F, EC and 50. RGB value is (47,236,80). Sum of RGB (Red+Green+Blue) = 47+236+80=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC50 is #D013AF. Grayscale: #A2A2A2. Windows color (decimal): -13636528 or 5303343. OLE color: 5303343.

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

Color convert

RGB 47 236 80 -
CMYK 0.80 0 0.66 0.07
HSL 130.48º 0.83% 0.55% -
HSV(B) 130.48º 0.8% 0.93% -
XYZ 32.62 61.17 17.68 -
YUV 161.71 81.88 46.18 -
System Red Green Blue C M Y K H S L
Decimal 47 236 80 0.80 0 0.66 0.07 130.48 0.83 0.55
Hex 2F EC 50 50 0 42 7 82 53 37
Octal 57 354 120 120 0 102 7 202 123 67
Binary 101111 11101100 1010000 1010000 0 1000010 111 10000010 1010011 110111

Color Harmonies of #2FEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC50

Black with #2FEC50

Text Example


Text Example

White with #2FEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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