Html Css Color HEX #2FD760 Malachite

📋 copy color: '#2FD760'

red 47 ◦ green 215 ◦ blue 96

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

Shades of Malachite #2FD760

Tints of Malachite #2FD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.06%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 13.13%
G = 60.06%
B = 26.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#2FD760 (or 0x2FD760) is known color: Malachite. HEX triplet: 2F, D7 and 60. RGB value is (47,215,96). Sum of RGB (Red+Green+Blue) = 47+215+96=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD760 is #D0289F. Grayscale: #979797. Windows color (decimal): -13641888 or 6346543. OLE color: 6346543.

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

Color convert

RGB 47 215 96 -
CMYK 0.78 0 0.55 0.16
HSL 137.5º 0.68% 0.51% -
HSV(B) 137.5º 0.78% 0.84% -
XYZ 27.58 50.05 19.27 -
YUV 151.2 96.84 53.68 -
System Red Green Blue C M Y K H S L
Decimal 47 215 96 0.78 0 0.55 0.16 137.5 0.68 0.51
Hex 2F D7 60 4E 0 37 10 8A 44 33
Octal 57 327 140 116 0 67 20 212 104 63
Binary 101111 11010111 1100000 1001110 0 110111 10000 10001010 1000100 110011

Color Harmonies of #2FD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD760

Black with #2FD760

Text Example


Text Example

White with #2FD760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,96); }

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

background-color css

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

 a { background-color: rgb(47,215,96); }

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

border-color css

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

 span { border-color: rgb(47,215,96); }

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