Html Css Color HEX #2FD65F Malachite

📋 copy color: '#2FD65F'

red 47 ◦ green 214 ◦ blue 95

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

Shades of Malachite #2FD65F

Tints of Malachite #2FD65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 13.2%
G = 60.11%
B = 26.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#2FD65F (or 0x2FD65F) is known color: Malachite. HEX triplet: 2F, D6 and 5F. RGB value is (47,214,95). Sum of RGB (Red+Green+Blue) = 47+214+95=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD65F is #D029A0. Grayscale: #969696. Windows color (decimal): -13642145 or 6280751. OLE color: 6280751.

HSL color Cylindrical-coordinate representation of color #2FD65F: hue angle of 137.25º 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 #2FD65F is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 95 -
CMYK 0.78 0 0.56 0.16
HSL 137.25º 0.67% 0.51% -
HSV(B) 137.25º 0.78% 0.84% -
XYZ 27.28 49.52 18.95 -
YUV 150.5 96.67 54.18 -
System Red Green Blue C M Y K H S L
Decimal 47 214 95 0.78 0 0.56 0.16 137.25 0.67 0.51
Hex 2F D6 5F 4E 0 38 10 89 43 33
Octal 57 326 137 116 0 70 20 211 103 63
Binary 101111 11010110 1011111 1001110 0 111000 10000 10001001 1000011 110011

Color Harmonies of #2FD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD65F

Black with #2FD65F

Text Example


Text Example

White with #2FD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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