Html Css Color HEX #2FCF5C Malachite

📋 copy color: '#2FCF5C'

red 47 ◦ green 207 ◦ blue 92

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

Shades of Malachite #2FCF5C

Tints of Malachite #2FCF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

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

R = 13.58%
G = 59.83%
B = 26.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#2FCF5C (or 0x2FCF5C) is known color: Malachite. HEX triplet: 2F, CF and 5C. RGB value is (47,207,92). Sum of RGB (Red+Green+Blue) = 47+207+92=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF5C is #D030A3. Grayscale: #929292. Windows color (decimal): -13643940 or 6082351. OLE color: 6082351.

HSL color Cylindrical-coordinate representation of color #2FCF5C: hue angle of 136.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF5C is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 92 -
CMYK 0.77 0 0.56 0.19
HSL 136.88º 0.63% 0.5% -
HSV(B) 136.88º 0.77% 0.81% -
XYZ 25.42 46 17.67 -
YUV 146.05 97.49 57.35 -
System Red Green Blue C M Y K H S L
Decimal 47 207 92 0.77 0 0.56 0.19 136.88 0.63 0.5
Hex 2F CF 5C 4D 0 38 13 89 3F 32
Octal 57 317 134 115 0 70 23 211 77 62
Binary 101111 11001111 1011100 1001101 0 111000 10011 10001001 111111 110010

Color Harmonies of #2FCF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF5C

Black with #2FCF5C

Text Example


Text Example

White with #2FCF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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