Html Css Color HEX #2FD85C Malachite

📋 copy color: '#2FD85C'

red 47 ◦ green 216 ◦ blue 92

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

Shades of Malachite #2FD85C

Tints of Malachite #2FD85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 13.24%
G = 60.85%
B = 25.92%

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

#2FD85C (or 0x2FD85C) is known color: Malachite. HEX triplet: 2F, D8 and 5C. RGB value is (47,216,92). Sum of RGB (Red+Green+Blue) = 47+216+92=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD85C is #D027A3. Grayscale: #979797. Windows color (decimal): -13641636 or 6084655. OLE color: 6084655.

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

Color convert

RGB 47 216 92 -
CMYK 0.78 0 0.57 0.15
HSL 135.98º 0.68% 0.52% -
HSV(B) 135.98º 0.78% 0.85% -
XYZ 27.66 50.49 18.41 -
YUV 151.33 94.51 53.58 -
System Red Green Blue C M Y K H S L
Decimal 47 216 92 0.78 0 0.57 0.15 135.98 0.68 0.52
Hex 2F D8 5C 4E 0 39 F 88 44 34
Octal 57 330 134 116 0 71 17 210 104 64
Binary 101111 11011000 1011100 1001110 0 111001 1111 10001000 1000100 110100

Color Harmonies of #2FD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD85C

Black with #2FD85C

Text Example


Text Example

White with #2FD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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