Html Css Color HEX #2FD155 Malachite

📋 copy color: '#2FD155'

red 47 ◦ green 209 ◦ blue 85

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

Shades of Malachite #2FD155

Tints of Malachite #2FD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.29%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 13.78%
G = 61.29%
B = 24.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#2FD155 (or 0x2FD155) is known color: Malachite. HEX triplet: 2F, D1 and 55. RGB value is (47,209,85). Sum of RGB (Red+Green+Blue) = 47+209+85=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD155 is #D02EAA. Grayscale: #929292. Windows color (decimal): -13643435 or 5624111. OLE color: 5624111.

HSL color Cylindrical-coordinate representation of color #2FD155: hue angle of 134.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD155 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 209 85 -
CMYK 0.78 0 0.59 0.18
HSL 134.07º 0.64% 0.5% -
HSV(B) 134.07º 0.78% 0.82% -
XYZ 25.61 46.86 16.29 -
YUV 146.43 93.33 57.08 -
System Red Green Blue C M Y K H S L
Decimal 47 209 85 0.78 0 0.59 0.18 134.07 0.64 0.5
Hex 2F D1 55 4E 0 3B 12 86 40 32
Octal 57 321 125 116 0 73 22 206 100 62
Binary 101111 11010001 1010101 1001110 0 111011 10010 10000110 1000000 110010

Color Harmonies of #2FD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD155

Black with #2FD155

Text Example


Text Example

White with #2FD155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,209,85); }

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

background-color css

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

 a { background-color: rgb(47,209,85); }

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

border-color css

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

 span { border-color: rgb(47,209,85); }

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