Html Css Color HEX #2FEC5D Malachite

📋 copy color: '#2FEC5D'

red 47 ◦ green 236 ◦ blue 93

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

Shades of Malachite #2FEC5D

Tints of Malachite #2FEC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 12.5%
G = 62.77%
B = 24.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#2FEC5D (or 0x2FEC5D) is known color: Malachite. HEX triplet: 2F, EC and 5D. RGB value is (47,236,93). Sum of RGB (Red+Green+Blue) = 47+236+93=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC5D is #D013A2. Grayscale: #A3A3A3. Windows color (decimal): -13636515 or 6155311. OLE color: 6155311.

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

Color convert

RGB 47 236 93 -
CMYK 0.80 0 0.61 0.07
HSL 134.6º 0.83% 0.55% -
HSV(B) 134.6º 0.8% 0.93% -
XYZ 33.14 61.39 20.46 -
YUV 163.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 47 236 93 0.80 0 0.61 0.07 134.6 0.83 0.55
Hex 2F EC 5D 50 0 3D 7 87 53 37
Octal 57 354 135 120 0 75 7 207 123 67
Binary 101111 11101100 1011101 1010000 0 111101 111 10000111 1010011 110111

Color Harmonies of #2FEC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC5D

Black with #2FEC5D

Text Example


Text Example

White with #2FEC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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