Html Css Color HEX #2FF667 Malachite

📋 copy color: '#2FF667'

red 47 ◦ green 246 ◦ blue 103

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

Shades of Malachite #2FF667

Tints of Malachite #2FF667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 11.87%
G = 62.12%
B = 26.01%

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

#2FF667 (or 0x2FF667) is known color: Malachite. HEX triplet: 2F, F6 and 67. RGB value is (47,246,103). Sum of RGB (Red+Green+Blue) = 47+246+103=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF667 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF667 is #D00998. Grayscale: #AAAAAA. Windows color (decimal): -13633945 or 6813231. OLE color: 6813231.

HSL color Cylindrical-coordinate representation of color #2FF667: hue angle of 136.88º 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 #2FF667 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 103 -
CMYK 0.81 0 0.58 0.04
HSL 136.88º 0.92% 0.57% -
HSV(B) 136.88º 0.81% 0.96% -
XYZ 36.58 67.5 23.93 -
YUV 170.2 90.07 40.13 -
System Red Green Blue C M Y K H S L
Decimal 47 246 103 0.81 0 0.58 0.04 136.88 0.92 0.57
Hex 2F F6 67 51 0 3A 4 89 5C 39
Octal 57 366 147 121 0 72 4 211 134 71
Binary 101111 11110110 1100111 1010001 0 111010 100 10001001 1011100 111001

Color Harmonies of #2FF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF667

Black with #2FF667

Text Example


Text Example

White with #2FF667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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