Html Css Color HEX #2FDF61 Malachite

📋 copy color: '#2FDF61'

red 47 ◦ green 223 ◦ blue 97

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

Shades of Malachite #2FDF61

Tints of Malachite #2FDF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.76%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 12.81%
G = 60.76%
B = 26.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#2FDF61 (or 0x2FDF61) is known color: Malachite. HEX triplet: 2F, DF and 61. RGB value is (47,223,97). Sum of RGB (Red+Green+Blue) = 47+223+97=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF61 is #D0209E. Grayscale: #9C9C9C. Windows color (decimal): -13639839 or 6414127. OLE color: 6414127.

HSL color Cylindrical-coordinate representation of color #2FDF61: hue angle of 137.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF61 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 97 -
CMYK 0.79 0 0.57 0.13
HSL 137.05º 0.73% 0.53% -
HSV(B) 137.05º 0.79% 0.87% -
XYZ 29.72 54.24 20.21 -
YUV 156.01 94.69 50.25 -
System Red Green Blue C M Y K H S L
Decimal 47 223 97 0.79 0 0.57 0.13 137.05 0.73 0.53
Hex 2F DF 61 4F 0 39 D 89 49 35
Octal 57 337 141 117 0 71 15 211 111 65
Binary 101111 11011111 1100001 1001111 0 111001 1101 10001001 1001001 110101

Color Harmonies of #2FDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF61

Black with #2FDF61

Text Example


Text Example

White with #2FDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,223,97); }

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

background-color css

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

 a { background-color: rgb(47,223,97); }

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

border-color css

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

 span { border-color: rgb(47,223,97); }

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