Html Css Color HEX #2FD15D Malachite

📋 copy color: '#2FD15D'

red 47 ◦ green 209 ◦ blue 93

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

Shades of Malachite #2FD15D

Tints of Malachite #2FD15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 13.47%
G = 59.89%
B = 26.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#2FD15D (or 0x2FD15D) is known color: Malachite. HEX triplet: 2F, D1 and 5D. RGB value is (47,209,93). Sum of RGB (Red+Green+Blue) = 47+209+93=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD15D is #D02EA2. Grayscale: #939393. Windows color (decimal): -13643427 or 6148399. OLE color: 6148399.

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

Color convert

RGB 47 209 93 -
CMYK 0.78 0 0.56 0.18
HSL 137.04º 0.64% 0.5% -
HSV(B) 137.04º 0.78% 0.82% -
XYZ 25.95 47 18.06 -
YUV 147.34 97.33 56.43 -
System Red Green Blue C M Y K H S L
Decimal 47 209 93 0.78 0 0.56 0.18 137.04 0.64 0.5
Hex 2F D1 5D 4E 0 38 12 89 40 32
Octal 57 321 135 116 0 70 22 211 100 62
Binary 101111 11010001 1011101 1001110 0 111000 10010 10001001 1000000 110010

Color Harmonies of #2FD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD15D

Black with #2FD15D

Text Example


Text Example

White with #2FD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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