Html Css Color HEX #2FF668 Malachite

📋 copy color: '#2FF668'

red 47 ◦ green 246 ◦ blue 104

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

Shades of Malachite #2FF668

Tints of Malachite #2FF668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 61.96%

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 11.84%
G = 61.96%
B = 26.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#2FF668 (or 0x2FF668) is known color: Malachite. HEX triplet: 2F, F6 and 68. RGB value is (47,246,104). Sum of RGB (Red+Green+Blue) = 47+246+104=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 246 (96.48% from 255 or 61.96% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF668 is #D00997. Grayscale: #AAAAAA. Windows color (decimal): -13633944 or 6878767. OLE color: 6878767.

HSL color Cylindrical-coordinate representation of color #2FF668: hue angle of 137.19º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF668 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 104 -
CMYK 0.81 0 0.58 0.04
HSL 137.19º 0.92% 0.57% -
HSV(B) 137.19º 0.81% 0.96% -
XYZ 36.63 67.52 24.2 -
YUV 170.31 90.57 40.05 -
System Red Green Blue C M Y K H S L
Decimal 47 246 104 0.81 0 0.58 0.04 137.19 0.92 0.57
Hex 2F F6 68 51 0 3A 4 89 5C 39
Octal 57 366 150 121 0 72 4 211 134 71
Binary 101111 11110110 1101000 1010001 0 111010 100 10001001 1011100 111001

Color Harmonies of #2FF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF668

Black with #2FF668

Text Example


Text Example

White with #2FF668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,246,104); }

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

background-color css

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

 a { background-color: rgb(47,246,104); }

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

border-color css

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

 span { border-color: rgb(47,246,104); }

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