Html Css Color HEX #2FDA5E Malachite

📋 copy color: '#2FDA5E'

red 47 ◦ green 218 ◦ blue 94

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

Shades of Malachite #2FDA5E

Tints of Malachite #2FDA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.72%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 13.09%
G = 60.72%
B = 26.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#2FDA5E (or 0x2FDA5E) is known color: Malachite. HEX triplet: 2F, DA and 5E. RGB value is (47,218,94). Sum of RGB (Red+Green+Blue) = 47+218+94=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA5E is #D025A1. Grayscale: #999999. Windows color (decimal): -13641122 or 6216239. OLE color: 6216239.

HSL color Cylindrical-coordinate representation of color #2FDA5E: hue angle of 136.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA5E is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 94 -
CMYK 0.78 0 0.57 0.15
HSL 136.49º 0.7% 0.52% -
HSV(B) 136.49º 0.78% 0.85% -
XYZ 28.26 51.56 19.05 -
YUV 152.74 94.85 52.58 -
System Red Green Blue C M Y K H S L
Decimal 47 218 94 0.78 0 0.57 0.15 136.49 0.7 0.52
Hex 2F DA 5E 4E 0 39 F 88 46 34
Octal 57 332 136 116 0 71 17 210 106 64
Binary 101111 11011010 1011110 1001110 0 111001 1111 10001000 1000110 110100

Color Harmonies of #2FDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA5E

Black with #2FDA5E

Text Example


Text Example

White with #2FDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,218,94); }

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

background-color css

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

 a { background-color: rgb(47,218,94); }

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

border-color css

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

 span { border-color: rgb(47,218,94); }

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