Html Css Color HEX #2FD85F Malachite

📋 copy color: '#2FD85F'

red 47 ◦ green 216 ◦ blue 95

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

Shades of Malachite #2FD85F

Tints of Malachite #2FD85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.34%

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

R = 13.13%
G = 60.34%
B = 26.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#2FD85F (or 0x2FD85F) is known color: Malachite. HEX triplet: 2F, D8 and 5F. RGB value is (47,216,95). Sum of RGB (Red+Green+Blue) = 47+216+95=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD85F is #D027A0. Grayscale: #979797. Windows color (decimal): -13641633 or 6281263. OLE color: 6281263.

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

Color convert

RGB 47 216 95 -
CMYK 0.78 0 0.56 0.15
HSL 137.04º 0.68% 0.52% -
HSV(B) 137.04º 0.78% 0.85% -
XYZ 27.79 50.54 19.12 -
YUV 151.68 96.01 53.34 -
System Red Green Blue C M Y K H S L
Decimal 47 216 95 0.78 0 0.56 0.15 137.04 0.68 0.52
Hex 2F D8 5F 4E 0 38 F 89 44 34
Octal 57 330 137 116 0 70 17 211 104 64
Binary 101111 11011000 1011111 1001110 0 111000 1111 10001001 1000100 110100

Color Harmonies of #2FD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD85F

Black with #2FD85F

Text Example


Text Example

White with #2FD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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