Html Css Color HEX #2FD659 Malachite

📋 copy color: '#2FD659'

red 47 ◦ green 214 ◦ blue 89

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

Shades of Malachite #2FD659

Tints of Malachite #2FD659

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 13.43%
G = 61.14%
B = 25.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#2FD659 (or 0x2FD659) is known color: Malachite. HEX triplet: 2F, D6 and 59. RGB value is (47,214,89). Sum of RGB (Red+Green+Blue) = 47+214+89=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD659 is #D029A6. Grayscale: #969696. Windows color (decimal): -13642151 or 5887535. OLE color: 5887535.

HSL color Cylindrical-coordinate representation of color #2FD659: hue angle of 135.09º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD659 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 89 -
CMYK 0.78 0 0.58 0.16
HSL 135.09º 0.67% 0.51% -
HSV(B) 135.09º 0.78% 0.84% -
XYZ 27.02 49.42 17.57 -
YUV 149.82 93.67 54.66 -
System Red Green Blue C M Y K H S L
Decimal 47 214 89 0.78 0 0.58 0.16 135.09 0.67 0.51
Hex 2F D6 59 4E 0 3A 10 87 43 33
Octal 57 326 131 116 0 72 20 207 103 63
Binary 101111 11010110 1011001 1001110 0 111010 10000 10000111 1000011 110011

Color Harmonies of #2FD659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD659

Black with #2FD659

Text Example


Text Example

White with #2FD659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,89); }

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

background-color css

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

 a { background-color: rgb(47,214,89); }

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

border-color css

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

 span { border-color: rgb(47,214,89); }

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