Html Css Color HEX #2FDC5B Malachite

📋 copy color: '#2FDC5B'

red 47 ◦ green 220 ◦ blue 91

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

Shades of Malachite #2FDC5B

Tints of Malachite #2FDC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 13.13%
G = 61.45%
B = 25.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#2FDC5B (or 0x2FDC5B) is known color: Malachite. HEX triplet: 2F, DC and 5B. RGB value is (47,220,91). Sum of RGB (Red+Green+Blue) = 47+220+91=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC5B is #D023A4. Grayscale: #999999. Windows color (decimal): -13640613 or 6020143. OLE color: 6020143.

HSL color Cylindrical-coordinate representation of color #2FDC5B: hue angle of 135.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC5B is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 91 -
CMYK 0.79 0 0.59 0.14
HSL 135.26º 0.71% 0.52% -
HSV(B) 135.26º 0.79% 0.86% -
XYZ 28.65 52.55 18.53 -
YUV 153.57 92.69 51.99 -
System Red Green Blue C M Y K H S L
Decimal 47 220 91 0.79 0 0.59 0.14 135.26 0.71 0.52
Hex 2F DC 5B 4F 0 3B E 87 47 34
Octal 57 334 133 117 0 73 16 207 107 64
Binary 101111 11011100 1011011 1001111 0 111011 1110 10000111 1000111 110100

Color Harmonies of #2FDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC5B

Black with #2FDC5B

Text Example


Text Example

White with #2FDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,91); }

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

background-color css

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

 a { background-color: rgb(47,220,91); }

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

border-color css

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

 span { border-color: rgb(47,220,91); }

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