Html Css Color HEX #2FDF5C Malachite

📋 copy color: '#2FDF5C'

red 47 ◦ green 223 ◦ blue 92

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

Shades of Malachite #2FDF5C

Tints of Malachite #2FDF5C

RGB

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

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

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

R = 12.98%
G = 61.6%
B = 25.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2FDF5C (or 0x2FDF5C) is known color: Malachite. HEX triplet: 2F, DF and 5C. RGB value is (47,223,92). Sum of RGB (Red+Green+Blue) = 47+223+92=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF5C is #D020A3. Grayscale: #9B9B9B. Windows color (decimal): -13639844 or 6086447. OLE color: 6086447.

HSL color Cylindrical-coordinate representation of color #2FDF5C: hue angle of 135.34º 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 #2FDF5C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 92 -
CMYK 0.79 0 0.59 0.13
HSL 135.34º 0.73% 0.53% -
HSV(B) 135.34º 0.79% 0.87% -
XYZ 29.49 54.15 19.02 -
YUV 155.44 92.19 50.65 -
System Red Green Blue C M Y K H S L
Decimal 47 223 92 0.79 0 0.59 0.13 135.34 0.73 0.53
Hex 2F DF 5C 4F 0 3B D 87 49 35
Octal 57 337 134 117 0 73 15 207 111 65
Binary 101111 11011111 1011100 1001111 0 111011 1101 10000111 1001001 110101

Color Harmonies of #2FDF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF5C

Black with #2FDF5C

Text Example


Text Example

White with #2FDF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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